{
  "name": "Llumàtics Estenop - Pinhole Exposure Calculator",
  "short_name": "Estenop",
  "description": "Pinhole exposure calculator with camera light meter and reciprocity correction",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#e8e8e8",
  "theme_color": "#d63031",
  "categories": ["photography", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='45' fill='%23e8e8e8' stroke='%23d63031' stroke-width='4'/><circle cx='50' cy='50' r='20' fill='%23d63031'/></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "lang": "ca",
  "dir": "ltr"
}