added more examples

This commit is contained in:
Andras Bacsai
2026-04-10 12:40:08 +02:00
parent b0d6e95f1b
commit 229446e59c
61 changed files with 20721 additions and 0 deletions
+9
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."
}