{
  "name": "Business Atelier",
  "short_name": "Business Atelier",
  "description": "Dein KI-Co-Pilot für Profil, Analysen, Persona, USPs und Marketing-Strategien",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#9FBAE3",
  "theme_color": "#9FBAE3",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mein Profil",
      "short_name": "Profil",
      "description": "Profil ansehen und bearbeiten",
      "url": "/?tab=profil",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Meine Analysen",
      "short_name": "Analysen",
      "description": "Zur Analysen-Übersicht",
      "url": "/?tab=analysen",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Meine Outputs",
      "short_name": "Outputs",
      "description": "Alle generierten Inhalte",
      "url": "/?tab=outputs",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}