-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathprefs.json
63 lines (63 loc) · 1.32 KB
/
prefs.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"title": "SETTINGS",
"groups": [
{
"title": "General",
"items": [
{
"title": "File Name",
"type": "string",
"key": "filename",
"value": "Fndroid.conf"
},
{
"title": "Export With",
"type": "list",
"key": "export",
"items": ["Share Sheet", "URL Scheme"],
"value": 0
},
{
"title": "URL Scheme",
"type": "list",
"key": "scheme",
"items": ["surge3", "surge", "surge-enterprise"],
"value": 0
},
{
"title": "Update Timeout",
"type": "integer",
"key": "updateTimeout",
"value": 10
},
{
"title": "Notify New Proxies",
"type": "list",
"key": "notificationType",
"items": ["None", "Notification", "Dialog"],
"value": 1
}
]
},
{
"title": "Donate",
"items": [
{
"title": "WeChat",
"type": "script",
"value": "$quicklook.open({image: $file.read('assets/thankyou.jpg').image})"
}
]
},
{
"title": "Info",
"items": [
{
"title": "Author",
"type": "info",
"value": "Fndroid"
}
]
}
]
}