diff options
Diffstat (limited to 'extension/manifest.json')
-rw-r--r-- | extension/manifest.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extension/manifest.json b/extension/manifest.json deleted file mode 100644 index f0a2577..0000000 --- a/extension/manifest.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "manifest_version": 3, - "name": "Bookmarks Home", - "description": "Your bookmarks beyond the bar", - "version": "0.1", - "chrome_url_overrides" : { - "newtab": "tab.html" - }, - "icons": { - "32": "images/icon-32.png", - "48": "images/icon-48.png", - "128": "images/icon-128.png" - } -} - |