diff options
-rw-r--r-- | bookmarks-home/public/manifest.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bookmarks-home/public/manifest.json b/bookmarks-home/public/manifest.json index ca0312b..b25af0c 100644 --- a/bookmarks-home/public/manifest.json +++ b/bookmarks-home/public/manifest.json @@ -10,11 +10,11 @@ "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" - }, - -"extension_name": "Bookmarks Extension", -"permissions": [ - "bookmarks" -] + "author": "Owen Howell, Tyler Ferarri, Ariel Levy; students at RIT", + "chrome_url_overrides" : { + "PAGE_TO_OVERRIDE": "bookmarks" + }, + "permissions": [ + "bookmarks"] + } }
\ No newline at end of file |