-
Notifications
You must be signed in to change notification settings - Fork 19
/
manifest.json
44 lines (44 loc) · 1.3 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
{
"manifest_version": 2,
"content_scripts": [
{
"js": ["script.js"],
"matches": [
"http://activeden.net/*",
"http://audiojungle.net/*",
"http://themeforest.net/*",
"http://videohive.net/*",
"http://graphicriver.net/*",
"http://3docean.net/*",
"http://codecanyon.net/*",
"http://photodune.net/*",
"https://activeden.net/*",
"https://audiojungle.net/*",
"https://themeforest.net/*",
"https://videohive.net/*",
"https://graphicriver.net/*",
"https://3docean.net/*",
"https://codecanyon.net/*",
"https://photodune.net/*"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"*.js",
"plugins/*.js",
"plugins/*.html",
"img/*.png",
"img/*.gif",
"css/*.css"
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"64": "icon.png",
"128": "icon.png"
},
"description": "Dashboard Plus for the Envato Market created by @revaxarts.",
"name": "Dashboard Plus for Envato",
"version": "1.4.9"
}