Initial Commit

This commit is contained in:
2025-06-12 20:14:59 +02:00
commit c7d0f5ceea
30 changed files with 6735 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"
}