{
  "name": "MAAR NO FAP — Recovery System",
  "short_name": "MAAR NO FAP",
  "description": "A private, offline-first, science-based personal recovery and habit-tracking system. Your data stays on your device.",
  "start_url": "./index.html",
  "id": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0a0e0f",
  "theme_color": "#0a0e0f",
  "categories": ["health", "lifestyle", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "./icons/favicon-16x16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "./icons/favicon-32x32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "./icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "./icons/android-chrome-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icons/android-chrome-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icons/maskable-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "I Stayed Strong Today",
      "short_name": "Log Win",
      "description": "Quickly log a strong day",
      "url": "./index.html?action=stayed-strong"
    },
    {
      "name": "Emergency Mode",
      "short_name": "Emergency",
      "description": "Open Emergency Urge Mode",
      "url": "./index.html?action=emergency"
    }
  ]
}
