instinct/manifest.json
2024-07-06 21:47:07 +10:00

21 lines
475 B
JSON

{
"name": "Instinct App",
"short_name": "Instinct",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"description": "An instinct-driven app",
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}