Light12306/RwTicketAssistantV3/app/manifest.json
木鱼(iFish) 48e846a52e 扩展上线,编译版本更新。
========================
这应该是最后一次更新了。

by 木鱼。
2016-03-22 18:59:34 +08:00

45 lines
1.5 KiB
JSON

{
"content_security_policy": "script-src 'self' https://hm.baidu.com; object-src 'self';",
"content_scripts": [
{
"all_frames": true,
"exclude_globs": [ ],
"exclude_matches": [ ],
"include_globs": [ ],
"js": [ "libs/jquery.js", "12306/mobileproxy.js" ],
"matches": [ "http://test.fishlee.net/*", "http://dev.fishlee.net/*", "http://app.fishlee.net/*", "http://12306.liebao.cn/*" ],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "icons/icon_32.png",
"default_popup": "air/popup.html",
"default_title": "猎豹抢票大师"
},
"description": "猎豹抢票大师(原猎豹抢票党/12306订票助手): 帮您订票的智能助理 by 木鱼,全力为您的车票购买献计献策!",
"key": "7k6gnXVACvUPU2DfslJgSrWJTHqIg5uwd+Kgl/5zSg==",
"name": "猎豹抢票大师",
"version": "7.8.2",
"manifest_version": 2,
"icons": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"homepage_url": "http://www.fishlee.net/",
"permissions": [ "management", "tabs", "http://*.12306.cn/*", "https://*.12306.cn/*", "http://*.fishlee.net/*", "http://*.liebao.cn/*", "notifications", "webRequest", "webRequestBlocking", "http://*.fishlee.net/*", "http://*.ijinshan.com/*", "*://*/*" ],
"background": {
"page": "background.html"
},
"minimum_chrome_version": "28",
"externally_connectable": {
"ids": [ ],
"matches": [
"*://*.fishlee.net/*",
"*://*.liebao.cn/*"
],
"accepts_tls_channel_id": false
}
}