{
  "name": "Calm Coach - Gentle Resources for Neurodivergent Support",
  "short_name": "Calm Coach",
  "description": "Person-centered, neurodivergent-affirming behavioral support, ABC logging, and a calm intervention library.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",
  "categories": ["education", "health", "lifestyle", "medical"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/icon-512.avif",    "sizes": "512x512", "type": "image/avif" },
    { "src": "/icons/icon-192.png",     "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png",     "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/intervention-library.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/abc-tracker.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Intervention Library",
      "short_name": "Interventions",
      "description": "Browse 2,780+ evidence-based support scripts",
      "url": "/interventions",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "ABC Data Entry",
      "short_name": "Log Behavior",
      "description": "Add a new Antecedent-Behavior-Consequence entry",
      "url": "/abc",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
