{
  "name": "HOTMESS - Global Nightlife Discovery",
  "short_name": "HOTMESS",
  "description": "Discover events, connect with people, and explore the world's nightlife scene on an interactive 3D globe.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050507",
  "theme_color": "#C8962C",
  "categories": ["social", "lifestyle", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "id": "hotmess-globe",
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pulse",
      "short_name": "Pulse",
      "description": "Events and beacons on the globe",
      "url": "/pulse",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Ghosted",
      "short_name": "Ghosted",
      "description": "Find people nearby",
      "url": "/ghosted",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Market",
      "short_name": "Market",
      "description": "Shop the marketplace",
      "url": "/market",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Radio",
      "short_name": "Radio",
      "description": "Listen to HOTMESS Radio",
      "url": "/radio",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  }
}
