diff options
Diffstat (limited to 'extension/public/manifest.json')
-rw-r--r-- | extension/public/manifest.json | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/extension/public/manifest.json b/extension/public/manifest.json index cd012dc..79615c5 100644 --- a/extension/public/manifest.json +++ b/extension/public/manifest.json @@ -13,14 +13,6 @@ }, "author": "Owen Howell, Tyler Ferrari, Ariel Levy; students at RIT", "permissions": [ - "bookmarks", - "favicon" - ], - "web_accessible_resources": [ - { - "resources": ["_favicon/*"], - "matches": ["<all_urls>"], - "extension_ids": ["*"] - } + "bookmarks" ] } |