This repository has been archived on 2026-05-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Nest/nest-front/client/public/manifest.json
Thibault Pouch 0fb3fc77cd Init project
2026-02-18 09:15:38 +01:00

22 lines
508 B
JSON

{
"name": "Headless Hazard — CrowMate Studio",
"short_name": "Headless Hazard",
"description": "Community hub for Headless Hazard, a retro-futuristic puzzle game by CrowMate Studio.",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0d0a",
"theme_color": "#0a0d0a",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}