{
  "name": "L.E.N.S. - Local Edge Native Studio",
  "short_name": "L.E.N.S.",
  "description": "Voice-guided product photography coaching with Gemma 4 E4B via Ollama — private, offline-capable",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ECE3D2",
  "theme_color": "#2F4858",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["photo", "productivity"],
  "screenshots": [],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "photo",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/gif", "image/*"]
        }
      ]
    }
  }
}
