59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
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
|
|
}
|
|
},
|
|
{
|
|
"hidden": true,
|
|
"alt": {
|
|
"name": "testtube",
|
|
"icon": "testtube_8x8.png",
|
|
"action": "navigate",
|
|
"actionValue": "/libs/test",
|
|
"disabled": false
|
|
}
|
|
},
|
|
{
|
|
"hidden": true,
|
|
"alt": {
|
|
"name": "return",
|
|
"icon": "return_8x8.png",
|
|
"action": "navigate",
|
|
"actionValue": "../",
|
|
"disabled": false
|
|
}
|
|
},
|
|
{
|
|
"icon": "pauseAnimation_8x8.png",
|
|
"action": "function",
|
|
"actionValue": "pauseAnimBtn('auto')",
|
|
"iconId": "animationToggle",
|
|
"hidden": false,
|
|
"alt": {
|
|
"name": "noAnim",
|
|
"hidden": true
|
|
}
|
|
}
|
|
] |