mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
18 lines
318 B
JSON
Executable file
18 lines
318 B
JSON
Executable file
{
|
|
"name":"Kaboom.pw",
|
|
"icons":[
|
|
{
|
|
"src":"/icons/android-chrome-192x192.png",
|
|
"sizes":"192x192",
|
|
"type":"image/png"
|
|
},
|
|
{
|
|
"src":"/icons/android-chrome-512x512.png",
|
|
"sizes":"512x512",
|
|
"type":"image/png"
|
|
}
|
|
],
|
|
"theme_color":"#555555",
|
|
"background_color":"#555555",
|
|
"display":"standalone"
|
|
}
|