diff options
| -rw-r--r-- | apps/browser-extension/manifest.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/apps/browser-extension/manifest.json b/apps/browser-extension/manifest.json index dadd5a78..5c8b71a4 100644 --- a/apps/browser-extension/manifest.json +++ b/apps/browser-extension/manifest.json @@ -30,9 +30,7 @@ }, "background": { "service_worker": "src/background/background.ts", - "scripts": [ - "src/background/background.ts" - ] + "scripts": ["src/background/background.ts"] }, "options_ui": { "page": "index.html#options", @@ -46,11 +44,7 @@ "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, - "permissions": [ - "storage", - "tabs", - "contextMenus" - ], + "permissions": ["storage", "tabs", "contextMenus"], "commands": { "add-link": { "suggested_key": { |
