X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/1ed219c8314a0ca1b95ef8593bb608b7659c87a3..9c176353eb2033d94328a396ac4e4782a09b40d9:/extension/manifest.json diff --git a/extension/manifest.json b/extension/manifest.json index df3ecc4..efdc2a5 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,12 +1,11 @@ { "manifest_version": 2, "name": "Junction", - "version": "1.0.0", + "version": "1.0.1", "description": "Jump into an audio call on any URL", + "author": "Ruben Knol & Rubén Beltrán del Río", - "permissions": [ - "activeTab" - ], + "permissions": ["activeTab"], "icons": { "48": "icons/junction.png" @@ -21,5 +20,7 @@ "16": "icons/action-16.png", "32": "icons/action-32.png" } - } + }, + + "web_accessible_resources": ["sounds/tada.wav"] }