forked from cbwang2016/PKUGetClassHelper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
executable file
·46 lines (46 loc) · 2.54 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
40
41
42
43
44
45
46
{
"homepage_url": "http://www.zakelly.com/2016/02/20/get-class-helper-new-version/",
"content_security_policy": "script-src 'self'; object-src 'self';",
"content_scripts": [ {
"all_frames": true,
"exclude_globs": [ ],
"exclude_matches": [ ],
"include_globs": [ ],
"js": ["libs/tesseract/tesseract.js", "libs/morph.js", "libs/jquery.js", "libs/notify.js", "bootstrap.min.js", "map.js", "course.js", "eventHandler.js", "elect.js", "validate.js" ,"server.js", "limit.js", "captcha.js", "ui.js", "localStorageManager.js" ],
"css": [ "bootstrap.min.css", "style.css" ],
"matches": [ "http://elective.pku.edu.cn/elective2008/edu/pku/stu/elective/controller/supplement/SupplyAndCancel.do*","http://elective.pku.edu.cn/elective2008/edu/pku/stu/elective/controller/supplement/SupplyCancel.do*" ,"http://elective.pku.edu.cn/elective2008/edu/pku/stu/elective/controller/supplement/electSupplement.do*",
"http://elective.pku.edu.cn/elective2008/edu/pku/stu/elective/controller/supplement/supplement.jsp*","http://elective.pku.edu.cn/elective2008/edu/pku/stu/elective/controller/supplement/cancelCourse.do*" ,"https://iaaa.pku.edu.cn/iaaa/oauth.jsp?appID=syllabus&appName=%E5%AD%A6%E7%94%9F%E9%80%89%E8%AF%BE%E7%B3%BB%E7%BB%9F&redirectUrl=http://elective.pku.edu.cn:80/elective2008/agent4Iaaa.jsp/../ssoLogin.do",
"http://elective.pku.edu.cn/elective2008/edu/pku/stu/elective/controller/help/HelpController.jpf*", "http://elective.pku.edu.cn/elective2008/edu/pku/stu/elective/controller/supplement/SupplyOnly.do*"],
"run_at": "document_idle"
} ,
{
"all_frames": true,
"exclude_globs": [ ],
"exclude_matches": [ ],
"include_globs": [ ],
"js": [ "libs/jquery.js" ],
"matches": [ "http://elective.pku.edu.cn/elective2008/*" ],
"run_at": "document_idle"
}
],
"browser_action": {
"default_icon":"icons/icon_256.png",
"default_popup":"popup.html",
"default_title":"PKU 选课助手 无限制版"
},
"description": "帮您在补退选中脱颖而出",
"name": "PKU 选课助手 无限制版" ,
"version": "2.3.1",
"manifest_version": 2,
"icons": {
"256": "icons/icon_256.png",
"128": "icons/icon_128.png",
"64": "icons/icon_64.png"
},
"permissions": [ "notifications", "http://elective.pku.edu.cn/", "http://api.zakelly.com/getclasshelper/", "http://www.zakelly.com/" ,"webRequest","webRequestBlocking"],
"web_accessible_resources": ["resources/mando-5.mp3","panel.html","icons/icon_256.png", "libs/tesseract/worker.js", "libs/tesseract/index-core.js"],
"background": {
"page": "background.html"
},
"minimum_chrome_version": "32.0"
}