23 lines
472 B
Plaintext
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"
|
|
}
|
|
]
|
|
}
|