aboutsummaryrefslogtreecommitdiff
path: root/extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
new file mode 100644
index 0000000..f0a2577
--- /dev/null
+++ b/extension/manifest.json
@@ -0,0 +1,15 @@
+{
+ "manifest_version": 3,
+ "name": "Bookmarks Home",
+ "description": "Your bookmarks beyond the bar",
+ "version": "0.1",
+ "chrome_url_overrides" : {
+ "newtab": "tab.html"
+ },
+ "icons": {
+ "32": "images/icon-32.png",
+ "48": "images/icon-48.png",
+ "128": "images/icon-128.png"
+ }
+}
+