hackertools/public/manifest.json
2025-01-15 17:41:17 +01:00

10 lines
258 B
JSON

{
"$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."
}