instinct/manifest.json
Omar Najjar 44a0c58664 x
2024-07-06 23:46:41 +10:00

22 lines
No EOL
473 B
JSON

{
"name": "Instinct",
"short_name": "Instinct",
"description": "A description of your app",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}