-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
44 lines (44 loc) · 1.03 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
{
"name": "PlugExtens",
"version": "0.6.1.8",
"manifest_version": 2,
"description": "Rozsireni pro plug.dj s autowootem atp.",
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
"default_locale": "cs",
"background": {
"scripts": [
"scripts/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images/icon-19.png",
"38": "images/icon-38.png"
},
"default_title": "PlugExtens",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http://*.plug.dj/*",
"https://*.plug.dj/*"
],
"css": [
"styles/main.css"
],
"js": [
"scripts/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [
"http://*.plug.dj/*",
"https://*.plug.dj/*"
]
}