aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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