{
  "name": "JBrain",
  "short_name": "JBrain",
  "description": "JBrain denkt mit, wenn du den Überblick brauchst — weil es deinen Tag kennt. Persönlicher Assistent für deine Gedanken, Ziele und deinen Tag.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f1115",
  "theme_color": "#0f1115",
  "icons": [
    { "src": "/static/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/static/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/static/icons/icon-192-maskable.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "/static/icons/icon-512-maskable.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "images", "accept": ["image/*"] }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Neuer Gedanke",
      "short_name": "Neuer Gedanke",
      "description": "Composer direkt öffnen, ohne erst durch die App zu navigieren",
      "url": "/#/capture",
      "icons": [
        { "src": "/static/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Aufgabe erfassen",
      "short_name": "Aufgabe",
      "description": "Composer direkt mit vorgewählter Art „Aufgabe“ öffnen",
      "url": "/?kind=Aufgabe#/capture",
      "icons": [
        { "src": "/static/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Tagesritual",
      "short_name": "Tagesritual",
      "description": "Direkt in den Morgen-Ritualschritt springen",
      "url": "/#/home/morning",
      "icons": [
        { "src": "/static/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    }
  ]
}
