space-game/public/site.webmanifest
Michael Mainguy d47b6458a8
All checks were successful
Build / build (push) Successful in 1m41s
Add Zesty beacon, favicon, and web manifest
Wire up sig-beacon for spatial web discovery (production only),
add favicon/apple-touch-icon links to index.html, populate
site.webmanifest with app metadata, and add OG/meta tags.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 09:46:18 -06:00

21 lines
421 B
JSON

{
"name": "Flat Earth Defense Space Shooter",
"short_name": "FED Space",
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#000000",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}