{
  "name": "formstube Crew-Companion",
  "short_name": "Crew",
  "description": "Crew-Cockpit für Eventproduktionen · Belege · Profile · Events",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0C",
  "theme_color": "#7C3AED",
  "lang": "de-DE",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/assets/icons/icon-plasma-192-v3.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-plasma-512-v3.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-plasma-512-maskable-v3.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Meine Events",
      "short_name": "Events",
      "description": "Übersicht meiner gebuchten Einsätze",
      "url": "/events.php",
      "icons": [{ "src": "/assets/icons/icon-plasma-192-v3.png", "sizes": "192x192" }]
    },
    {
      "name": "Beleg hochladen",
      "short_name": "Beleg",
      "description": "Beleg von unterwegs einreichen",
      "url": "/receipt.php",
      "icons": [{ "src": "/assets/icons/icon-plasma-192-v3.png", "sizes": "192x192" }]
    }
  ]
}
