-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpreferences.json
More file actions
50 lines (50 loc) · 1.28 KB
/
preferences.json
File metadata and controls
50 lines (50 loc) · 1.28 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
45
46
47
48
49
50
[
{
"property": "theme.customcursor.preset",
"label": "Custom Cursor Preset",
"type": "dropdown",
"placeholder": "Select a cursor",
"defaultValue": "Silver",
"options": [
{
"label": "Silver",
"value": "Silver"
},
{
"label": "Anime",
"value": "Anime"
},
{
"label": "AmongUs",
"value": "AmongUs"
},
{
"label": "Diamond",
"value": "Diamond"
},
{
"label": "Minecraft",
"value": "Minecraft"
},
{
"label": "Cat",
"value": "Cat"
},
{
"label": "HollowKnight",
"value": "HollowKnight"
},
{
"label": "Custom Cursor: Paste URL or Base64 using nimadez.github.io/base64/",
"value": "CustomCursor"
}
]
},
{
"property": "uc.customcursor.cursor",
"label": "Custom Cursor (URL or Base64)",
"placeholder": "URL or Base64",
"defaultValue": "url()",
"type": "string"
}
]