{
  "name": "OHM Call — Gespräch → CRM",
  "short_name": "OHM Call",
  "description": "Telefonate aufnehmen (mit Einwilligung), on-device transkribieren und mit einem Tipp im CRM „behirnen“ — Aufgaben, Reminder & Follow-up automatisch.",
  "start_url": "./call.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1722",
  "theme_color": "#0d9488",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "call_icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Anruf aufnehmen", "short_name": "Aufnehmen", "description": "Direkt aufnehmen & behirnen", "url": "./call.html?auto=1", "icons": [{ "src": "call_icon.svg", "sizes": "any" }] }
  ],
  "share_target": { "action": "./call.html?auto=1", "method": "GET", "params": { "title": "title", "text": "text", "url": "url" } }
}
