X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/cdeb0efb1e64bd059c0bf8af0cf89c24200d9468..eadfca7b00e2fb48ffd6b2a0e06c2b6d7e427679:/extension/manifest.json diff --git a/extension/manifest.json b/extension/manifest.json index 6ab87f4..2a5723a 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -13,7 +13,7 @@ }, "background": { - "scripts": ["build/junction.js"] + "scripts": ["junction.js"] }, "browser_action": { @@ -21,5 +21,9 @@ "16": "icons/action-16.png", "32": "icons/action-32.png" } - } + }, + + "web_accessible_resources": [ + "sounds/tada.wav" + ] }