aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bookmarks-home/public/manifest.json20
1 files changed, 9 insertions, 11 deletions
diff --git a/bookmarks-home/public/manifest.json b/bookmarks-home/public/manifest.json
index b25af0c..79615c5 100644
--- a/bookmarks-home/public/manifest.json
+++ b/bookmarks-home/public/manifest.json
@@ -4,17 +4,15 @@
"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"
+ "newtab": "index.html"
},
"icons": {
- "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",
- "chrome_url_overrides" : {
- "PAGE_TO_OVERRIDE": "bookmarks"
- },
+ "32": "icons/icon-32.png",
+ "48": "icons/icon-48.png",
+ "128": "icons/icon-128.png"
+ },
+ "author": "Owen Howell, Tyler Ferrari, Ariel Levy; students at RIT",
"permissions": [
- "bookmarks"]
- }
-} \ No newline at end of file
+ "bookmarks"
+ ]
+}