{
  "name": "geo.immo",
  "short_name": "geo.immo",
  "description": "Trouvez l'adresse exacte d'une annonce immobilière",
  "start_url": "/search",
  "display": "standalone",
  "theme_color": "#0a2540",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/search",
    "method": "GET",
    "params": {
      "url": "url"
    }
  }
}
