{
  "name": "trukafe - Finde die besten Cafés",
  "short_name": "trukafe",
  "description": "Entdecke, bewerte und teile die besten Cafés in deiner Stadt",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#F0E8DD",
  "theme_color": "#4A2E24",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "800x1200",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1536x1024",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["food", "lifestyle", "social"],
  "shortcuts": [
    {
      "name": "App entdecken",
      "short_name": "App",
      "description": "Sieh dir die trukafe App für Coffee-Lovers an",
      "url": "/app",
      "icons": [
        {
          "src": "/icon-search.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Für Cafés",
      "short_name": "Cafés",
      "description": "Zur Landingpage für Café-Owner",
      "url": "/cafes",
      "icons": [
        {
          "src": "/icon-heart.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Owner Login",
      "short_name": "Login",
      "description": "Zum Login für Café-Owner und interne Admins",
      "url": "/auth/login",
      "icons": [
        {
          "src": "/icon-dashboard.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
