diff options
author | Ariel <arielmaia.mp4@gmail.com> | 2024-10-05 23:49:20 -0400 |
---|---|---|
committer | Ariel <arielmaia.mp4@gmail.com> | 2024-10-05 23:49:20 -0400 |
commit | c76c42ce1277f6c7f91a7dfc61d393a0e5ea12c8 (patch) | |
tree | 5d7c57a92a54fa78b07750e609fd23c80244413b | |
parent | 786cb598e9ea03cbfa60bcdb074d831dac6efa24 (diff) | |
download | bookmarks-home-c76c42ce1277f6c7f91a7dfc61d393a0e5ea12c8.tar.gz bookmarks-home-c76c42ce1277f6c7f91a7dfc61d393a0e5ea12c8.tar.bz2 bookmarks-home-c76c42ce1277f6c7f91a7dfc61d393a0e5ea12c8.zip |
changes to manifest to include proper description, icon files, and author info
-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" + ] +} |