{
  "short_name": "Recarea",
  "name": "Recarea",
"icons": [
   {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any" 
    }
  ],
"screenshots": [
    {
      "src": "/screenshots/desktop-screenshot.png",
      "sizes": "1920x1080", 
      "type": "image/png",
      "form_factor": "wide",
      "label": "Scenic landscape camp view on Desktop"
    },
    {
      "src": "/screenshots/mobile-screenshot.png",
      "sizes": "1080x1920", 
      "type": "image/png",
      "label": "Cozy forest campsite on Mobile"
    }
  ],
  "start_url": "/map",
  "scope": "/",
  "background_color": "#f0f2f5",
  "theme_color": "#317EFB",
  "display": "standalone"
}