forked from flytreeleft/12306-Assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
44 lines (37 loc) · 1.29 KB
/
manifest.json
1
/* 12306 Assistant Copyright (C) 2012 flytreeleft ([email protected]) THANKS: Hidden, Jingqin Lynn, Kevintop Includes jQuery Copyright 2011, John Resig Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */{ "name": "12306 Assistant", "version": "1.5.1", "manifest_version": 2, "description": "12306自动订票", "browser_action": { "default_icon": "icon.ico", "popup": "popup.html" }, "background_page": "background.html", "content_scripts": [{ "matches": ["*://dynamic.12306.cn/otsweb/*"], "js": ["jquery.min.js", "assistant.js"], "all_frames": true }], "permissions": ["notifications"]}