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