{
  "name": "Lessgo!",
  "short_name": "Lessgo",
  "description": "Your city. Unlocked. Discover venues, events, and experiences.",
  "start_url": "/app/discover",
  "display": "standalone",
  "background_color": "#0a0f1f",
  "theme_color": "#8e43f0",
  "orientation": "portrait",
  "scope": "/",
  "id": "/",
  "categories": ["lifestyle", "entertainment", "social"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/hero/city-night.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Discover your city"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Lessgo app"
    }
  ]
}
