aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel <arielmaia.mp4@gmail.com>2024-10-05 23:53:37 -0400
committerAriel <arielmaia.mp4@gmail.com>2024-10-05 23:53:37 -0400
commit8a285cd0f0ae5f173bc02ee49b73f0f57c1b3f00 (patch)
tree725dadf279ef943986fb54aeeee7684cfe6e15e3
parente1ee8a378110f0af14aade0408ab27c691cf02c1 (diff)
downloadbookmarks-home-8a285cd0f0ae5f173bc02ee49b73f0f57c1b3f00.tar.gz
bookmarks-home-8a285cd0f0ae5f173bc02ee49b73f0f57c1b3f00.tar.bz2
bookmarks-home-8a285cd0f0ae5f173bc02ee49b73f0f57c1b3f00.zip
changes to both manifest files
-rw-r--r--bookmarks-home/manifest.json5
-rw-r--r--bookmarks-home/public/manifest.json19
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