diff options
Diffstat (limited to 'extension/public/manifest.json')
-rw-r--r-- | extension/public/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/public/manifest.json b/extension/public/manifest.json index 27ba801..996ef5f 100644 --- a/extension/public/manifest.json +++ b/extension/public/manifest.json @@ -14,7 +14,8 @@ "author": "Owen Howell, Tyler Ferrari, Ariel Levy; students at RIT", "permissions": [ "bookmarks", - "storage" + "storage", + "offscreen" ], "background": { "service_worker": "background.js" |