{
  "name": "Local Gems",
  "short_name": "LocalGems",
  "description": "Discover secret spots, unlock hidden places by visiting them, and earn rewards for exploring your city.",
  "id": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#111318",
  "theme_color": "#EAB308",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "travel", "social"],
  "shortcuts": [
    {
      "name": "Explore nearby",
      "short_name": "Explore",
      "description": "Jump straight into nearby places.",
      "url": "/explore",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open map",
      "short_name": "Map",
      "description": "Open the map directly from your home screen.",
      "url": "/map",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Submit a place",
      "short_name": "Submit",
      "description": "Capture a new local gem while you're out.",
      "url": "/submit",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false
}
