{
  "name": "ZURENTO - Pronajem pod kontrolou",
  "short_name": "ZURENTO",
  "description": "Sprava najmu, plateb a energii pro pronajimatele i najemniky",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#007AFF",
  "categories": ["business", "productivity", "finance"],
  "lang": "cs",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Dashboard pronajimatele"
    },
    {
      "src": "/screenshots/payments.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Prehled plateb"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Prehled",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Platby",
      "short_name": "Platby",
      "url": "/payments",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.zurento.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/zurento/id123456789"
    }
  ]
}
