Files
OpenSquawk/public/copilot.webmanifest
2026-04-25 20:29:09 +02:00

24 lines
542 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "OpenSquawk Copilot",
"short_name": "Copilot",
"description": "A320 SOP & VATSIM-Copilot durchklickbare Timeline mit Scratchpad und Canvas.",
"start_url": "/copilot",
"scope": "/copilot",
"display": "standalone",
"orientation": "any",
"background_color": "#050910",
"theme_color": "#050910",
"icons": [
{
"src": "/img/icon-sm.jpeg",
"sizes": "192x192",
"type": "image/jpeg"
},
{
"src": "/img/icon-sm.jpeg",
"sizes": "512x512",
"type": "image/jpeg"
}
]
}