]>
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": [ | |
8 | "activeTab" | |
9 | ], | |
10 | ||
11 | "icons": { | |
12 | "48": "icons/junction.png" | |
13 | }, | |
14 | ||
15 | "background": { | |
16 | "scripts": ["build/junction.js"] | |
17 | }, | |
18 | ||
19 | "browser_action": { | |
20 | "default_icon": { | |
21 | "16": "icons/action-16.png", | |
22 | "32": "icons/action-32.png" | |
23 | } | |
24 | }, | |
25 | ||
26 | "web_accessible_resources": [ | |
27 | "sounds/tada.wav" | |
28 | ] | |
29 | } |