forked from chavyleung/scripts
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtest.json
More file actions
44 lines (44 loc) · 1.61 KB
/
test.json
File metadata and controls
44 lines (44 loc) · 1.61 KB
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
{
"id": "test.app.sub",
"name": "测试应用订阅 (示例)",
"author": "@gideonsenku",
"icon": "https://avatars1.githubusercontent.com/u/39037656?s=460&u=5843b86eae433868b6ade4ec23f8353fe7300df4&v=4",
"repo": "https://github.com/gideonsenku/scripts",
"apps": [
{
"id": "bgimgSwitchr",
"name": "壁纸切换",
"keys": [],
"author": "@GideonSenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/box/switcher",
"script": "https://raw.githubusercontent.com/chavyleung/scripts/master/box/switcher/bgimg.switcher.js",
"icons": [
"https://raw.githubusercontent.com/chavyleung/scripts/master/box/icons/BoxSetting.mini.png",
"https://raw.githubusercontent.com/chavyleung/scripts/master/box/icons/BoxSetting.png"
],
"settings": [
{
"id": "bgimg_url1",
"name": "早上的壁纸",
"val": "",
"type": "text",
"desc": "待切换壁纸"
},
{
"id": "bgimg_url2",
"name": "中午的壁纸",
"val": "",
"type": "text",
"desc": "待切换壁纸"
},
{
"id": "bgimg_url3",
"name": "晚上的壁纸",
"val": "",
"type": "text",
"desc": "待切换壁纸"
}
]
}
]
}