-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmanifest.json
32 lines (29 loc) · 1.08 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
{
"content_scripts": [{
"js": ["js/jquery.min.js", "js/plugins.js", "js/Chart.min.js", "better-envato.js"],
"css": ["css/envato-styles.css"],
"matches": ["*://*.themeforest.net/*", "*://*.codecanyon.net/*", "*://*.videohive.net/*", "*://*.audiojungle.net/*", "*://*.graphicriver.net/*", "*://*.photodune.net/*", "*://*.3docean.net/*", "*://forums.envato.com/*"],
"run_at": "document_start"
}
],
"web_accessible_resources": ["css/forums.css"],
"browser_action": {
"name": "Better Envato"
},
"background": {
"page": "background.html"
},
"description": "Make Envato Market better by adding some cool features",
"icons": {
"128": "img/128.png",
"16": "img/16.png",
"48": "img/48.png"
},
"manifest_version": 2,
"name": "Better Envato",
"short_name": "Better Envato",
"options_page": "options.html",
"permissions": ["webRequest", "notifications", "background"],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "2.3.3"
}