{
  "id": "/",
  "name": "EVE Tribes",
  "short_name": "EVE",
  "description": "Find your tribe. Live the moment. Discover events, meet your people, and turn every night into a memory.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0A0A0C",
  "theme_color": "#0A0A0C",
  "categories": ["social", "events", "entertainment", "lifestyle", "travel"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/assets/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "EVERS",
      "short_name": "EVERS",
      "description": "What is happening near you",
      "url": "/evers",
      "icons": [{ "src": "/assets/pwa/shortcut/evers-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Reels",
      "short_name": "Reels",
      "description": "The reel feed",
      "url": "/reels",
      "icons": [{ "src": "/assets/pwa/shortcut/reels-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My tickets",
      "short_name": "Tickets",
      "description": "The tickets you are holding",
      "url": "/tickets",
      "icons": [{ "src": "/assets/pwa/shortcut/tickets-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "New post",
      "short_name": "Post",
      "description": "Share a photo or a video",
      "url": "/create-post",
      "icons": [{ "src": "/assets/pwa/shortcut/create-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
