diff --git a/.gitignore b/.gitignore index 4e70105..df97225 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -web-ext*/* \ No newline at end of file +web-ext*/* +config.json diff --git a/config.json b/config.json deleted file mode 100644 index d9f0c03..0000000 --- a/config.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "squares": [ - { "name": "media", - "color": "red", - "links": [ - { "name": "Spotify", "url": "https://open.spotify.com/" }, - { "name": "YoutubeMusic", "url": "https://music.youtube.com/", "newTab": false }, - { "name": "Netflix", "url": "https://netflix.com" }, - { "name": "Youtube", "url": "https://youtube.com" } - ] - }, - { "name": "work", - "color": "#26A69A", - "links": [ - { "name": "Github", "url": "https://github.com" }, - { "name": "Heroku", "url": "http://heroku.com/" }, - { "name": "localhost", "url": "http://localhost:8000/" } - ] - }, - { "name": "social", - "links": [ - { "name": "Reddit", "url": "https://reddit.com" }, - { "name": "Unixporn Love", "url": "https://deepjyoti30.github.io/unixporn-love/" }, - { "name": "r/unixporn", "url": "https://www.reddit.com/r/unixporn/" }, - { "name": "r/mk", "url": "https://www.reddit.com/r/MechanicalKeyboards/" } - ] - }, - { - "name": "Others", - "links": [ - {"name": "Material Colors", "url": "http://materialuicolors.co/"}, - {"name": "Gmail", "url": "http://gmail.com/"}, - {"name": "neo4j Local", "url": "http://localhost:7474/"}, - {"name": "rarbg", "url": "http://rarbg.to"} - ] - } - ], - "linkInNewTab": true, - "title": "startpage", - "searchEngine":"DuckDuckGo", - "user": "Deepjyoti", - "disableMessage": false, - "disableDate": false, - "disableSearchBar": false, - "disable24Hour": false, - "disableWeather": true, - "timeZone": "America/Los_Angeles", - "weatherConf": { - "location": "Pune India", - "unit": "cel" - }, - "settingsIcon": false, - "style": { - "backgroundColor": "#212121", - "messageColor": "#fff", - "dateColor": "#d9d9d9", - "lineColor": "#fff", - "weatherColor": "#d9d9d9", - "searchColor": "#fff", - "searchBackgroundColor": "#2e2e2e", - "squareColor": "#9e9e9e", - "squareBackgroundColor": "#2e2e2e", - "autocompleteHighlightBackgroundColor": "#3B3B3B" - }, - "quickLinks": { - "r": "https://reddit.com", - "g": "https://github.com", - "y": "https://youtube.com", - "d": { - "URL": "https://duckduckgo.com", - "Search": "/?q=" - }, - "b": "https://bing.com", - "p": "https://startpage.com", - "s": "https://stackoverflow.com", - "w": { - "URL":"https://wikipedia.org/wiki", - "Search": "/Special:Search?search=" - } - } -} diff --git a/manifest.json b/manifest.json index 0fc55cc..4b384cf 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "minimal-startpage", "short_name": "minimal-startpage", - "version": "1.1", + "version": "1.2", "description": "Overrides the browsers newtab page with a custom startpage.", "author": "deepjyoti30", "icons": { @@ -11,12 +11,5 @@ "chrome_url_overrides": { "newtab": "index.html" }, - "permissions": [ - "storage" - ], - "browser_specific_settings": { - "gecko": { - "id": "minimal-startpage@deepjyoti30.dev" - } - } -} \ No newline at end of file + "permissions": ["storage"] +}