lexivo/app/views/pwa/manifest.json.erb
2026-03-30 13:18:39 +02:00

23 lines
472 B
Plaintext

{
"name": "Rails 8 Starter Kit",
"short_name": "Starter",
"description": "A production-grade, AI-native fullstack starter kit.",
"start_url": "/",
"display": "standalone",
"background_color": "#0f0f14",
"theme_color": "#0f0f14",
"icons": [
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
]
}