This commit is contained in:
2025-06-12 20:23:52 +02:00
parent 6f591627be
commit 64642b404d
28 changed files with 6730 additions and 0 deletions

22
assets/manifest.json Normal file
View File

@ -0,0 +1,22 @@
{
"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"
}