{
  "id": "/",
  "name": "AccessBot",
  "short_name": "AccessBot",
  "description": "Accessible AI companion with mood check-ins, task coaching, energy tracking, medication reminders, and calming games.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "background_color": "#060e1c",
  "theme_color": "#060e1c",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "health",
    "lifestyle"
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-chat.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "AI Chat — smart conversation with suggestion chips",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-checkin.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Daily Check-in — mood, energy, and notes",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-insights.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Wellness Insights — mood trends and streak tracking",
      "form_factor": "narrow"
    }
  ]
}