diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-09-27 22:07:43 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-09-27 22:07:43 -0400 |
commit | 2ef0f398c918ae64f490c559d44c5204f049243d (patch) | |
tree | a6910196f0eb77d1595ef3627b6baf27c7a1a235 /extension/manifest.json | |
parent | 467116bc270cc3a46f9a7570f77ec79fb6ccc386 (diff) | |
download | bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.tar.gz bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.tar.bz2 bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.zip |
REACT
Diffstat (limited to 'extension/manifest.json')
-rw-r--r-- | extension/manifest.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extension/manifest.json b/extension/manifest.json deleted file mode 100644 index f0a2577..0000000 --- a/extension/manifest.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "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" - } -} - |