From 7c77fad596cc1a727d192e47d88f44cb638131a1 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 6 Oct 2024 00:36:56 -0400 Subject: fix ariels awful manifest --- bookmarks-home/public/manifest.json | 20 +++++++++----------- 1 file 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" + ] +} -- cgit v1.2.3