forked from zxlie/FeHelper
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.json
39 lines (39 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
{
"name": "__MSG_extName__",
"description": "__MSG_extDesp__",
"default_locale": "zh_CN",
"background": {
"scripts": [ "/res/js/background.js" ]
},
"web_accessible_resources": [
"res/css/json.css",
"res/img/json-down.png"
],
"content_scripts": [ {
"all_frames": false,
"js": [
"/res/js/jquery-1.5.min.js",
"/res/js/json-format-dealer.js",
"/res/js/json-format-ent.js",
"/res/js/json_format.js"
],
"matches": [ "http://*/*", "https://*/*", "file://*/*" ],
"run_at": "document_end"
} ],
"icons": {
"128": "/res/img/icon.png",
"64": "/res/img/icon.png",
"32": "/res/img/icon.png",
"16": "/res/img/icon.png"
},
"manifest_version": 2,
"browser_action": {
"default_icon": {
"19": "res/img/icon.png",
"38": "res/img/icon.png"
}
},
"permissions": [ "tabs", "http://*/*", "https://*/*", "file://*/*", "storage" ],
"version": "1.0.3",
"homepage_url": "https://atool.vip/#json"
}