Files
ByteDiceWeb/data/navBar.json
T
2025-01-28 17:47:06 +01:00

42 lines
883 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"
},
{
"icon": "powerplates_8x8.png",
"action": "navigate",
"actionValue": "/powerplates",
"disabled": 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
}
}
]