diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-12-01 16:33:51 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-12-01 16:33:51 -0500 |
commit | 36a3536a584e07b0526aff5ba8d4b0293d2330e9 (patch) | |
tree | 82981d937cbf88cdc1a60fdd75681a37a33fc121 /extension/public/manifest.json | |
parent | cba2f30c89fe7355a10960b5b7d2059fe1843400 (diff) | |
download | bookmarks-home-36a3536a584e07b0526aff5ba8d4b0293d2330e9.tar.gz bookmarks-home-36a3536a584e07b0526aff5ba8d4b0293d2330e9.tar.bz2 bookmarks-home-36a3536a584e07b0526aff5ba8d4b0293d2330e9.zip |
Push experimental codedirect-fetch-icons
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" |