first commit

This commit is contained in:
grngxd 2025-06-15 21:58:18 +01:00
commit 5ecff656e2
6 changed files with 13 additions and 0 deletions

9
manifest.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "qwik-project-name",
"short_name": "Welcome to Qwik",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "A Qwik project app."
}