{
  "name": "PinCam - Photo Location App",
  "short_name": "PinCam",
  "description": "Capture photos with precise location pinning on floor plans",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#fbbf24",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["photography", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "features": [
    "Cross Platform",
    "Camera Access",
    "GPS Location",
    "Photo Management"
  ]
}
