All checks were successful
Build / build (push) Successful in 1m41s
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>
21 lines
421 B
JSON
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"
|
|
}
|
|
]
|
|
}
|