aboutsummaryrefslogtreecommitdiff
path: root/extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index df3ecc4..2a5723a 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -21,5 +21,9 @@
"16": "icons/action-16.png",
"32": "icons/action-32.png"
}
- }
+ },
+
+ "web_accessible_resources": [
+ "sounds/tada.wav"
+ ]
}