{
  "name": "JustVybe",
  "short_name": "JustVybe",
  "description": "Who, where, what, when, why, how and with — JustVybe.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080810",
  "theme_color": "#7c5cfc",
  "lang": "en-GB",
  "categories": ["social", "lifestyle", "entertainment"],
  "icons": [
    {
      "src": "/public/img/icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/public/img/icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/public/img/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "url": "/?source=pwa",
      "icons": [{ "src": "/public/img/icon.png", "sizes": "1024x1024" }]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "url": "/vibes",
      "icons": [{ "src": "/public/img/icon.png", "sizes": "1024x1024" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/messages",
      "icons": [{ "src": "/public/img/icon.png", "sizes": "1024x1024" }]
    }
  ]
}
