{
  "name": "QueerPulse Hub",
  "short_name": "QueerPulse",
  "description": "The definitive platform for LGBTQ+ news, entertainment, and community",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0e27",
  "theme_color": "#d4a5a5",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["social", "news"],
  "shortcuts": [
    {
      "name": "Forum",
      "short_name": "Forum",
      "description": "Join community discussions",
      "url": "/forum",
      "icons": [
        {
          "src": "/shortcut-forum.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "Discover upcoming events",
      "url": "/events",
      "icons": [
        {
          "src": "/shortcut-events.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "News",
      "short_name": "News",
      "description": "Read latest LGBTQ+ news",
      "url": "/news",
      "icons": [
        {
          "src": "/shortcut-news.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
