{
    "name": "OffClox - Your Mental Wellness Buddy",
    "short_name": "OffClox",
    "description": "Real friends for corporate India - Track moods, chat with AI buddy, vent anonymously, find events",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#E07B54",
    "background_color": "#F9F6F2",
    "scope": "/",
    "categories": ["lifestyle", "social", "health"],
    "lang": "en-IN",
    "dir": "ltr",
    "screenshots": [
      {
        "src": "/screenshots/1.png",
        "sizes": "540x720",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Track your mood daily"
      },
      {
        "src": "/screenshots/2.png",
        "sizes": "540x720",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Chat with AI buddy anytime"
      },
      {
        "src": "/screenshots/3.png",
        "sizes": "540x720",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Vent safely and anonymously"
      },
      {
        "src": "/screenshots/4.png",
        "sizes": "540x720",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Find real people and events"
      }
    ],
    "icons": [
      {
        "src": "/icon-192.svg",
        "sizes": "192x192",
        "type": "image/svg+xml",
        "purpose": "any maskable"
      },
      {
        "src": "/icon-512.svg",
        "sizes": "512x512",
        "type": "image/svg+xml",
        "purpose": "any maskable"
      }
    ],
    "shortcuts": [
      {
        "name": "AI Buddy",
        "short_name": "Buddy",
        "description": "Chat with your AI friend",
        "url": "/buddy",
        "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
      },
      {
        "name": "Vent Out",
        "short_name": "Vent",
        "description": "Anonymous space to share",
        "url": "/vent",
        "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
      },
      {
        "name": "Weekend Plans",
        "short_name": "Events",
        "description": "Find real meetups",
        "url": "/events",
        "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
      }
    ]
  }