mirror of
https://github.com/sunrin-ana/2025-SSF-Frontend.git
synced 2026-03-09 18:30:00 +00:00
9 lines
258 B
JSON
9 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."
|
|
}
|