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