diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-10-06 00:36:56 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-10-06 00:36:56 -0400 |
commit | 7c77fad596cc1a727d192e47d88f44cb638131a1 (patch) | |
tree | 812aa73b9144720b3a0ad38073557dfeb4098651 | |
parent | 358379978fd65374e2d788020007d1d0d09f405b (diff) | |
download | bookmarks-home-7c77fad596cc1a727d192e47d88f44cb638131a1.tar.gz bookmarks-home-7c77fad596cc1a727d192e47d88f44cb638131a1.tar.bz2 bookmarks-home-7c77fad596cc1a727d192e47d88f44cb638131a1.zip |
fix ariels awful manifest
-rw-r--r-- | bookmarks-home/public/manifest.json | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/bookmarks-home/public/manifest.json b/bookmarks-home/public/manifest.json index b25af0c..79615c5 100644 --- a/bookmarks-home/public/manifest.json +++ b/bookmarks-home/public/manifest.json @@ -4,17 +4,15 @@ "version": "0.0.1", "description": "A \"Better Bookmarks Page\" that allows for more freedom through page manipulation to display bookmarks in an easier to access manner.", "chrome_url_overrides" : { - "newtab": "tab.html" + "newtab": "index.html" }, "icons": { - "32": "icons/icon-32.png", - "48": "icons/icon-48.png", - "128": "icons/icon-128.png", - "author": "Owen Howell, Tyler Ferarri, Ariel Levy; students at RIT", - "chrome_url_overrides" : { - "PAGE_TO_OVERRIDE": "bookmarks" - }, + "32": "icons/icon-32.png", + "48": "icons/icon-48.png", + "128": "icons/icon-128.png" + }, + "author": "Owen Howell, Tyler Ferrari, Ariel Levy; students at RIT", "permissions": [ - "bookmarks"] - } -}
\ No newline at end of file + "bookmarks" + ] +} |