]> git.r.bdr.sh - rbdr/junction/blame - extension/manifest.json
Ensure connections are closed
[rbdr/junction] / extension / manifest.json
CommitLineData
1ed219c8
RBR
1{
2 "manifest_version": 2,
3 "name": "Junction",
65b2c3fe 4 "version": "1.0.2",
1ed219c8 5 "description": "Jump into an audio call on any URL",
e832466b 6 "author": "Ruben Knol & Rubén Beltrán del Río",
1ed219c8 7
b9a2baf2 8 "permissions": ["activeTab"],
1ed219c8
RBR
9
10 "icons": {
11 "48": "icons/junction.png"
12 },
13
14 "background": {
eaca9f28 15 "scripts": ["junction.js"]
1ed219c8
RBR
16 },
17
18 "browser_action": {
19 "default_icon": {
20 "16": "icons/action-16.png",
21 "32": "icons/action-32.png"
22 }
6393c915
RBR
23 },
24
b9a2baf2 25 "web_accessible_resources": ["sounds/tada.wav"]
1ed219c8 26}