{
  "name": "RealFree.cz — Nemovitosti bez provize",
  "short_name": "RealFree",
  "description": "Inzerce nemovitostí přímo od majitelů. Bez realitky, bez provize.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "lang": "cs-CZ",
  "categories": [
    "business",
    "lifestyle",
    "productivity"
  ],
  "icons": [
    {
      "src": "/public/images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/public/images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/public/images/pwa-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Vložit inzerát",
      "short_name": "Inzerát",
      "description": "Rychle přidat nový inzerát",
      "url": "/dashboard/novy-inzerat.php?utm_source=pwa-shortcut",
      "icons": [
        {
          "src": "/public/images/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Hledat byty",
      "short_name": "Hledat",
      "description": "Najít nemovitost",
      "url": "/nemovitosti?utm_source=pwa-shortcut",
      "icons": [
        {
          "src": "/public/images/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Můj dashboard",
      "short_name": "Dashboard",
      "description": "Otevřít můj profil",
      "url": "/dashboard/?utm_source=pwa-shortcut",
      "icons": [
        {
          "src": "/public/images/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://realfree.cz/manifest.json"
    }
  ]
}