Add UPTIME favicon, add mobile PWA meta, tags and manifest links
Build Docker Image & Security / build-scan-push (push) Successful in 2m6s

This commit is contained in:
2026-07-07 15:06:43 +01:00
parent b52cd64cb9
commit df93d4598c
12 changed files with 220 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"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": "games/uptime/favicon/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "games/uptime/favicon/favicon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "games/uptime/favicon/favicon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}