X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/eaca9f28abdf3e3ac9571498fb6c39ca2986ee77..ec4adc33ec00dfe4a5720a13551428aaddaf72d9:/extension/manifest.json?ds=sidebyside 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"] }