{
  "name": "Reals - Location-based Social Discovery App",
  "short_name": "Reals",
  "description": "Find Hidden Gems - Location-based Social Discovery App",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "background_color": "#000000",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "192x192",
      "type": "image/svg"
    },
    {
      "src": "/logo.svg",
      "type": "image/svg"
    }
  ],
  "categories": ["productivity", "education", "entertainment"],
  "shortcuts": [
    {
      "name": "Demo",
      "short_name": "Demo",
      "description": "Explore components",
      "url": "/demo",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to home",
      "url": "/",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
