{
  "name": "Silyos - Reinigungsservice Plattform",
  "short_name": "Silyos",
  "description": "Finde und buche professionelle Reinigungskräfte in deiner Nähe",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5ECDC",
  "theme_color": "#1E355A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/silyos-icon-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/silyos-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Cleaner finden",
      "short_name": "Suche",
      "description": "Reinigungskräfte in deiner Nähe suchen",
      "url": "/find-cleaners",
      "icons": [
        {
          "src": "/silyos-icon-logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Meine Buchungen",
      "short_name": "Buchungen",
      "description": "Deine Buchungen anzeigen",
      "url": "/bookings",
      "icons": [
        {
          "src": "/silyos-icon-logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Mit Cleanern chatten",
      "url": "/chat",
      "icons": [
        {
          "src": "/silyos-icon-logo.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
