diff options
author | Ariel <arielmaia.mp4@gmail.com> | 2024-10-06 00:02:25 -0400 |
---|---|---|
committer | Ariel <arielmaia.mp4@gmail.com> | 2024-10-06 00:02:25 -0400 |
commit | 6d7c695655a9b7dc76642c74be952281706d8422 (patch) | |
tree | 4c9cc417ed9ba68e6d78ee13869f83315ae7bf4f | |
parent | 6f8cf19981f8efb527e1feecd69759da211cffcf (diff) | |
download | bookmarks-home-6d7c695655a9b7dc76642c74be952281706d8422.tar.gz bookmarks-home-6d7c695655a9b7dc76642c74be952281706d8422.tar.bz2 bookmarks-home-6d7c695655a9b7dc76642c74be952281706d8422.zip |
changes to manifest.json to include chrome_url_overrides and permissions
-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 |