{
  "name": "scimmo — Immobilie schätzen in Sekunden",
  "short_name": "scimmo",
  "description": "Richte Dein Smartphone auf ein Gebäude. scimmo erkennt die Adresse, prüft Angebote und liefert in unter 30 Sekunden eine kostenlose Sofort-Schätzung.",
  "id": "/scan",
  "start_url": "/scan",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "de",
  "dir": "ltr",
  "categories": ["utilities", "productivity", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/scimmo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/scan-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "scimmo Scanner"
    },
    {
      "src": "/screenshots/scan-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "scimmo Scanner Übersicht"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Gebäude scannen",
      "short_name": "Scan",
      "description": "Scanner öffnen",
      "url": "/scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Verlauf",
      "short_name": "Verlauf",
      "description": "Letzte Scans ansehen",
      "url": "/history",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Manuelle Adresse",
      "short_name": "Adresse",
      "description": "Schätzung per Adresseingabe",
      "url": "/share?manual=1",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
