From 8a285cd0f0ae5f173bc02ee49b73f0f57c1b3f00 Mon Sep 17 00:00:00 2001 From: Ariel Date: Sat, 5 Oct 2024 23:53:37 -0400 Subject: changes to both manifest files --- bookmarks-home/manifest.json | 5 +++-- bookmarks-home/public/manifest.json | 19 ++++++++++++------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/bookmarks-home/manifest.json b/bookmarks-home/manifest.json index d377cab..c384c57 100644 --- a/bookmarks-home/manifest.json +++ b/bookmarks-home/manifest.json @@ -4,8 +4,9 @@ "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.", "icons": { - "48": "bookmarks-home\\icons.svg", - "128": "bookmarks-home\\icons2.svg", + "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" }, diff --git a/bookmarks-home/public/manifest.json b/bookmarks-home/public/manifest.json index d4a9568..ca0312b 100644 --- a/bookmarks-home/public/manifest.json +++ b/bookmarks-home/public/manifest.json @@ -1,15 +1,20 @@ { "manifest_version": 3, - "name": "Bookmarks Home", - "description": "Your bookmarks beyond the bar", - "version": "0.1", + "name": "Beyond the Bar", + "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" }, "icons": { "32": "icons/icon-32.png", "48": "icons/icon-48.png", - "128": "icons/icon-128.png" - } -} - + "128": "icons/icon-128.png", + "author": "Owen Howell, Tyler Ferarri, Ariel Levy; students at RIT" + }, + +"extension_name": "Bookmarks Extension", +"permissions": [ + "bookmarks" +] +} \ No newline at end of file -- cgit v1.2.3