X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/cdeb0efb1e64bd059c0bf8af0cf89c24200d9468..e832466bb0afef51770303714f60577ac6bf1a0f:/extension/manifest.json diff --git a/extension/manifest.json b/extension/manifest.json index 6ab87f4..bb90a29 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -3,17 +3,16 @@ "name": "Junction", "version": "1.0.0", "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" }, "background": { - "scripts": ["build/junction.js"] + "scripts": ["junction.js"] }, "browser_action": { @@ -21,5 +20,7 @@ "16": "icons/action-16.png", "32": "icons/action-32.png" } - } + }, + + "web_accessible_resources": ["sounds/tada.wav"] }