{
  "name": "PocketBooth — Foto-Station für jede Party",
  "short_name": "PocketBooth",
  "description": "Mach jede Party unvergesslich. Gäste machen Fotos, teilen Erinnerungen und feiern zusammen.",
  "start_url": "/party",
  "display": "standalone",
  "theme_color": "#007AFF",
  "background_color": "#F2F2F7",
  "orientation": "any",
  "categories": ["entertainment", "photo", "social"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/party/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "message",
      "files": [
        {
          "name": "photos",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/heic"]
        }
      ]
    }
  },
  "screenshots": [
    {
      "src": "/images/screenshots/party-home.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Eventify Party Startseite"
    },
    {
      "src": "/images/screenshots/party-camera.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Foto aufnehmen"
    },
    {
      "src": "/images/screenshots/party-gallery.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Party Galerie"
    }
  ]
}
