Files
inkr/assets/manifest.json
2025-06-12 20:23:52 +02:00

23 lines
428 B
JSON

{
"name": "Inkr",
"short_name": "inkr",
"icons": [
{
"src": "./assets/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "./assets/icon-1024.png",
"sizes": "1024x1024",
"type": "image/png"
}
],
"lang": "en-US",
"id": "/index.html",
"start_url": "./index.html",
"display": "standalone",
"background_color": "black",
"theme_color": "black"
}