This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.json
executable file
·66 lines (65 loc) · 1.72 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "__MSG_extTitle__",
"version": "0.6.99.10",
"description": "__MSG_extDescription__",
"author": "[email protected]",
"default_locale": "de",
"manifest_version": 2,
"icons": {
"16": "skin/sipgate_16x16.png",
"48": "skin/sipgateffx_logo.png",
"128": "skin/sipgateapp-128x128.png"
},
"permissions": [
"notifications",
"tabs",
"contextMenus",
"http://api.dev.sipgate.net/RPC2",
"https://api.sipgate.net/RPC2",
"https://samurai.sipgate.net/RPC2",
"https://*.sipgate.de/format/do/info/*",
"https://secure.sipgate.de/user/slogin.php",
"https://secure.sipgate.co.uk/user/slogin.php",
"https://secure.sipgate.at/user/slogin.php",
"https://secure.sipgate.com/",
"https://secure.live.sipgate.de/",
"https://secure.live.sipgate.co.uk/",
"https://secure.live.sipgate.at/"
],
"options_page": "options.html",
"background": {
"scripts": [
"mootools.js",
"mimic.js",
"backgroundHelper.js",
"background.js"
]
},
"browser_action": {
"default_icon": "skin/icon_sipgate_inactive.gif",
"default_title": "__MSG_extTitle__",
"default_popup": "toolstrip.html"
},
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
"css": ["sipgateffx_numberHighlight.css", "content/css/sms.css"],
"js": ["sipgateffx_numberHighlight.js"]
}
],
"web_accessible_resources": [
"skin/c2d_hungup.png",
"skin/c2d_established.png",
"skin/c2d_wait.png",
"skin/c2d_failed.png",
"skin/c2d_lineXbusy.png",
"skin/c2d_lineXfail.png",
"skin/c2d_lineXbusy.png",
"skin/c2d_lineXfail.png",
"skin/c2d_pickup.png",
"skin/icon_click2dial.gif",
"skin/sipgateffx_logo.png",
"html/call.html",
"html/sms.html"
]
}