From c76c42ce1277f6c7f91a7dfc61d393a0e5ea12c8 Mon Sep 17 00:00:00 2001 From: Ariel Date: Sat, 5 Oct 2024 23:49:20 -0400 Subject: changes to manifest to include proper description, icon files, and author info --- bookmarks-home/manifest.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/bookmarks-home/manifest.json b/bookmarks-home/manifest.json index 084772f..80216c0 100644 --- a/bookmarks-home/manifest.json +++ b/bookmarks-home/manifest.json @@ -2,11 +2,15 @@ "manifest_version": 3, "name": "Test Manifest", "version": "0.0.1", - "description": "Test Manifest", + "description": "A \"Better Bookmarks Page\" that allows for more freedom through page manipulation to display bookmarks in an easier to access manner.", "icons": { - "48": "images/icon-48.png", - "128": "images/icon-128.png" - } + "48": "bookmarks-home\\icons.svg", + "128": "bookmarks-home\\icons2.svg", + "author": "Owen Howell, Tyler Ferarri, Ariel Levy; students at RIT" + }, - } - + "extension_name": "Bookmarks Extension", + "permissions": [ + "bookmarks" + ] +} -- cgit v1.2.3