Files
ByteDiceWeb/data/navBar.json
T
2025-07-02 14:43:00 +02:00

39 lines
785 B
JSON

[
{
"icon": "discord_8x8.png",
"action": "navigate",
"actionValue": "https://discord.com",
"disabled": true
},
{
"icon": "youtube_8x8.png",
"action": "navigate",
"actionValue": "https://youtube.com/@ByteDice"
},
{
"icon": "github_8x8.png",
"action": "navigate",
"actionValue": "https://github.com/ByteDice"
},
{
"hidden": true,
"alt": {
"name": "byte",
"icon": "dice3_8x8.png",
"action": "navigate",
"actionValue": "/",
"disabled": false
}
},
{
"icon": "pauseAnimation_8x8.png",
"action": "function",
"actionValue": "pauseAnimBtn('auto')",
"iconId": "animationToggle",
"disabled": false,
"alt": {
"name": "playDisabled",
"disabled": true
}
}
]