{
  "name": "Erinno",
  "short_name": "Erinno",
  "description": "Gedächtnishilfe: erfassen, wiederfinden, erinnert werden.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0b4fc4",
  "lang": "de-CH",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Erinnerung diktieren",
      "short_name": "Diktieren",
      "description": "Aufnahme startet sofort",
      "url": "/tabs/capture?diktat=1",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Erinnerung tippen",
      "short_name": "Tippen",
      "description": "Direkt ins Textfeld",
      "url": "/tabs/capture?los=1",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Gespräch",
      "short_name": "Gespräch",
      "description": "Erzählen, fragen, nachhaken",
      "url": "/tabs/chat?los=1",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/tabs/capture",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
