]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "manifest_version": 2, | |
3 | "name": "Junction", | |
4 | "version": "1.0.1", | |
5 | "description": "Jump into an audio call on any URL", | |
6 | "author": "Ruben Knol & Rubén Beltrán del Río", | |
7 | ||
8 | "permissions": ["activeTab"], | |
9 | ||
10 | "icons": { | |
11 | "48": "icons/junction.png" | |
12 | }, | |
13 | ||
14 | "background": { | |
15 | "scripts": ["junction.js"] | |
16 | }, | |
17 | ||
18 | "browser_action": { | |
19 | "default_icon": { | |
20 | "16": "icons/action-16.png", | |
21 | "32": "icons/action-32.png" | |
22 | } | |
23 | }, | |
24 | ||
25 | "web_accessible_resources": ["sounds/tada.wav"] | |
26 | } |