forked from yuan1994/wechat_web_devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1017 Bytes
/
package.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
{
"main": "app/html/index.html",
"name": "微信web开发者工具",
"appname": "wechatwebdevtools",
"version": "0.15.152900",
"window": {
"title": "微信web开发者工具 v0.15.152900",
"icon": "./app/images/logo2.png",
"toolbar": true,
"width": 600,
"height": 480,
"frame": true
},
"inject_js_start": "app/dist/inject/jweixindebug.js",
"inject_js_end": "app/dist/inject/devtools.js",
"chromium-args": "--disable-devtools -ignore-certificate-errors -load-extension=./app/dist/extensions/",
"node-remote": "http://*.appservice.open.weixin.qq.com/*",
"webview": {
"partitions": [
{
"name": "trusted",
"accessible_resources": [
"<all_urls>"
]
},
{
"name": "devtools",
"accessible_resources": [
"<all_urls>"
]
},
{
"name": "editor",
"accessible_resources": [
"<all_urls>"
]
}
]
},
"devDependencies": {},
"beta": false
}