{
  "name": "Teenyard",
  "short_name": "Teenyard",
  "description": "Your yard. Your vibe. Connect with people who share your energy.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#14121A",
  "theme_color": "#4C1D95",
  "orientation": "portrait-primary",
  "categories": ["social", "lifestyle", "entertainment"],
  "lang": "en-IN",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Messages",
      "short_name": "Chats",
      "description": "Open your messages",
      "url": "/home",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Notes",
      "short_name": "Notes",
      "description": "Open your private notebook",
      "url": "/self-notes",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Spaces",
      "short_name": "Spaces",
      "description": "Browse spaces",
      "url": "/spaces",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Match",
      "short_name": "Match",
      "description": "Find your vibe match",
      "url": "/match",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/teenyard-banner-1024x500.png",
      "sizes": "1024x500",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Teenyard — Your social space"
    }
  ]
}
