sandbox/qwik-app/public/manifest.json

10 lines
258 B
JSON
Raw Normal View History

2022-11-24 15:50:41 +00:00
{
"$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."
}