{
  "name": "Hi People Spots - Markers for Travelers",
  "short_name": "Hi Spots",
  "description": "Find the perfect spot to pitch your tent and discover camping locations for travelers",
  "start_url": "/spots/spots_map.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1D976C",
  "orientation": "any",
  "scope": "/spots/",
  "icons": [
    {
      "src": "/spots/components/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/spots/components/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "maps", "navigation"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Spot",
      "short_name": "Add",
      "description": "Add a new camping spot to the map",
      "url": "/spots/add_spot.html",
      "icons": [
        {
          "src": "/spots/components/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
