diff options
author | Ariel <arielmaia.mp4@gmail.com> | 2024-10-05 23:54:42 -0400 |
---|---|---|
committer | Ariel <arielmaia.mp4@gmail.com> | 2024-10-05 23:54:42 -0400 |
commit | 6f8cf19981f8efb527e1feecd69759da211cffcf (patch) | |
tree | db255bc40972d15cf2c64c963eeee86f2c9c5bd9 | |
parent | 8a285cd0f0ae5f173bc02ee49b73f0f57c1b3f00 (diff) | |
download | bookmarks-home-6f8cf19981f8efb527e1feecd69759da211cffcf.tar.gz bookmarks-home-6f8cf19981f8efb527e1feecd69759da211cffcf.tar.bz2 bookmarks-home-6f8cf19981f8efb527e1feecd69759da211cffcf.zip |
deleted extra manifest
-rw-r--r-- | bookmarks-home/manifest.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/bookmarks-home/manifest.json b/bookmarks-home/manifest.json deleted file mode 100644 index c384c57..0000000 --- a/bookmarks-home/manifest.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "manifest_version": 3, - "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.", - "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" - }, - - "extension_name": "Bookmarks Extension", - "permissions": [ - "bookmarks" - ] -} |