{
  "name": "RealFree.sk — Nehnuteľnosti bez provízie",
  "short_name": "RealFree",
  "description": "Inzercia nehnuteľností priamo od majiteľov. Bez realitky, bez provízie.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "lang": "sk-SK",
  "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žiť inzerát",
      "short_name": "Inzerát",
      "description": "Rýchlo pridať nový inzerát",
      "url": "/dashboard/novy-inzerat.php?utm_source=pwa-shortcut",
      "icons": [
        {
          "src": "/public/images/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Hľadať byty",
      "short_name": "Hľadať",
      "description": "Nájsť nehnuteľnosť",
      "url": "/nehnutelnosti?utm_source=pwa-shortcut",
      "icons": [
        {
          "src": "/public/images/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Môj dashboard",
      "short_name": "Dashboard",
      "description": "Otvoriť 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.sk/manifest-sk.json"
    }
  ]
}