加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1017 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuan1994 提交于 2017-04-11 15:14 . 0.15.152900
{
"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
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化