From 6d7c695655a9b7dc76642c74be952281706d8422 Mon Sep 17 00:00:00 2001 From: Ariel Date: Sun, 6 Oct 2024 00:02:25 -0400 Subject: changes to manifest.json to include chrome_url_overrides and permissions --- bookmarks-home/public/manifest.json | 14 +++++++------- 1 file 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 -- cgit v1.2.3