X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/1ed219c8314a0ca1b95ef8593bb608b7659c87a3..ec4adc33ec00dfe4a5720a13551428aaddaf72d9:/extension/manifest.json?ds=inline diff --git a/extension/manifest.json b/extension/manifest.json index df3ecc4..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" @@ -21,5 +19,7 @@ "16": "icons/action-16.png", "32": "icons/action-32.png" } - } + }, + + "web_accessible_resources": ["sounds/tada.wav"] }