{
  "name": "Baristradamus - AI Coffee Fortune Telling",
  "short_name": "Baristradamus",
  "description": "AI-Powered Coffee Fortune Telling für Cafés - Verwandle deinen Coffee in eine Prophezeiung",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a0f0a",
  "theme_color": "#c9a857",
  "orientation": "portrait",
  "categories": ["entertainment", "lifestyle", "food"],
  "lang": "de",
  "dir": "ltr",
  "scope": "/",
  "id": "/",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/social-share.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Baristradamus Homepage"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Mein Dashboard",
      "short_name": "Dashboard",
      "description": "Öffne das Café-Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "protocol_handlers": [],
  "share_target": {
    "action": "/fortune",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
