{
  "name": "Camping Checklist",
  "short_name": "Camping",
  "description": "Shared camping checklist with weather, photos, and nearby places",
  "start_url": "./camping.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d1117",
  "theme_color": "#dc5018",
  "icons": [
    {
      "src": "camping-logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "camping-logo-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}