{
  "id": "/",
  "name": "SHIFT — Quit your addictions. Now.",
  "short_name": "SHIFT",
  "description": "Habit-Replacement-Tool für destruktive Gewohnheiten. Ersetze es. Jetzt.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b0f0e",
  "theme_color": "#0b0f0e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SHIFT Dashboard"
    },
    {
      "src": "/screenshots/screenshot-mobile-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Urge Button — Sofort Hilfe bei Drang"
    },
    {
      "src": "/screenshots/screenshot-mobile-3.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "KI-Coach"
    },
    {
      "src": "/screenshots/screenshot-wide-1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SHIFT Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Urge Button",
      "short_name": "Urge",
      "description": "Sofort Hilfe bei Drang — Urge Flow starten",
      "url": "/urge",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Calm",
      "short_name": "Calm",
      "description": "Atemübungen, Grounding und Meditation",
      "url": "/calm",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "KI-Coach",
      "short_name": "Coach",
      "description": "Mit dem Coach reden",
      "url": "/coach",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "widgets": [
    {
      "name": "SHIFT Streak",
      "short_name": "Streak",
      "description": "Dein aktueller Recovery-Streak auf einen Blick",
      "tag": "streak-widget",
      "ms_ac_template": "/widgets/streak.json",
      "data": "/api/widgets/streak",
      "type": "application/json",
      "icons": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "screenshots": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192", "label": "Streak Widget" }
      ]
    },
    {
      "name": "SHIFT Urge Button",
      "short_name": "Urge",
      "description": "Schnellzugriff auf den Urge-Flow direkt vom Homescreen",
      "tag": "urge-widget",
      "ms_ac_template": "/widgets/urge.json",
      "data": "/api/widgets/urge",
      "type": "application/json",
      "icons": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "screenshots": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192", "label": "Urge Widget" }
      ]
    }
  ],
  "categories": ["health", "lifestyle"],
  "lang": "de",
  "dir": "ltr",
  "prefer_related_applications": false
}
