-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.json
26 lines (26 loc) · 982 Bytes
/
metadata.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
{
"name": "QingJiaoHelper",
"namespace": "http://tampermonkey.net/",
"version": "0.3.5.3",
"description": "青骄第二课堂小助手: 2024 知识竞赛 | 跳过视频 | 自动完成所有课程 | 领取每日学分 | 课程自动填充答案",
"author": "FoliageOwO",
"match": ["*://www.2-class.com/*", "*://2-class.com/*"],
"grant": [
"GM_addStyle",
"GM_getResourceText",
"GM_registerMenuCommand",
"GM_getValue",
"GM_setValue"
],
"license": "GPL-3.0",
"supportURL": "https://github.com/FoliageOwO/QingJiaoHelper",
"require": [
"https://fastly.jsdelivr.net/npm/[email protected]/src/toastify.min.js",
"https://update.greasyfork.org/scripts/453791/lib2class.js",
"https://fastly.jsdelivr.net/npm/[email protected]/dist/axios.min.js"
],
"resource": {
"toastifycss": "https://fastly.jsdelivr.net/npm/toastify-js/src/toastify.css",
"spectrecss": "https://fastly.jsdelivr.net/gh/FoliageOwO/QingJiaoHelper/spectre.css"
}
}