28 lines
667 B
JSON
28 lines
667 B
JSON
{
|
|
"name": "SysAdmin Arcade",
|
|
"short_name": "Arcade",
|
|
"description": "A browser arcade for sysadmins, with installable games for quick maintenance-window breaks.",
|
|
"id": "./",
|
|
"start_url": "./",
|
|
"scope": "./",
|
|
"display": "standalone",
|
|
"orientation": "any",
|
|
"background_color": "#030712",
|
|
"theme_color": "#030712",
|
|
"categories": ["games", "entertainment"],
|
|
"icons": [
|
|
{
|
|
"src": "favicon/arcade-favicon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "favicon/arcade-favicon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|