diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-30 19:36:11 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-30 19:36:11 +0200 |
| commit | b9a2baf2a7c957089e63844b857e05c07b87c2fb (patch) | |
| tree | 7734d4a62535cc1042f93d9ea493673803cf8b8b /extension/manifest.json | |
| parent | 6a3568bc5942423b93ba2749036489ad9e38e7cf (diff) | |
Format extension
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"] } |