X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/eaca9f28abdf3e3ac9571498fb6c39ca2986ee77..65b2c3feb11adffaccf2a5c49f60f738c146d910:/extension/manifest.json diff --git a/extension/manifest.json b/extension/manifest.json index 2a5723a..dd71d12 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.2", "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" @@ -23,7 +22,5 @@ } }, - "web_accessible_resources": [ - "sounds/tada.wav" - ] + "web_accessible_resources": ["sounds/tada.wav"] }