mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
46 lines
No EOL
1.2 KiB
JSON
46 lines
No EOL
1.2 KiB
JSON
[
|
|
{
|
|
"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": "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"
|
|
}
|
|
] |