diff options
Diffstat (limited to 'extension/manifest.json')
| -rw-r--r-- | extension/manifest.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/extension/manifest.json b/extension/manifest.json index 2a5723a..d138f67 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -4,9 +4,7 @@ "version": "1.0.0", "description": "Jump into an audio call on any URL", - "permissions": [ - "activeTab" - ], + "permissions": ["activeTab"], "icons": { "48": "icons/junction.png" @@ -23,7 +21,5 @@ } }, - "web_accessible_resources": [ - "sounds/tada.wav" - ] + "web_accessible_resources": ["sounds/tada.wav"] } |