{
  "name": "Time Out Matters",
  "short_name": "TOM",
  "description": "AI-powered mental health platform for neurodivergent individuals with crisis detection and emergency support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "wellness"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple-touch-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Time Out Matters home screen with crisis detection"
    },
    {
      "src": "/screenshots/mobile-emergency.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Emergency toolkit with regional support numbers"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Emergency Toolkit",
      "short_name": "Emergency",
      "description": "Quick access to emergency coping strategies and crisis support",
      "url": "/emergency-toolkit",
      "icons": [
        {
          "src": "/icons/emergency-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Crisis Support",
      "short_name": "Crisis",
      "description": "Immediate access to crisis hotlines and emergency contacts",
      "url": "/instant-help",
      "icons": [
        {
          "src": "/icons/crisis-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}