From f8338b90dac9c048df2fedceb0984f5a5728d454 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 21 Sep 2024 00:24:21 -0400 Subject: Make a functional new tab extension --- extension/manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extension/manifest.json (limited to 'extension/manifest.json') 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" + } +} + -- cgit v1.2.3