aboutsummaryrefslogtreecommitdiff
path: root/extension/manifest.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-27 20:37:18 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-27 20:37:18 +0200
commit6393c915648cc9d2941b8c9194a13ff078dafae5 (patch)
tree28406d128c0bb4d33bbb8ff37b5accf611097221 /extension/manifest.json
parent4757c4616d5d7106cd023f06e5e5ba04d01bbb07 (diff)
Make tada accessible on web
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"
+ ]
}