diff options
Diffstat (limited to 'bookmarks-home/manifest.json')
-rw-r--r-- | bookmarks-home/manifest.json | 16 |
1 files 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" + ] +} |