{
  "name": "PixLocal — Privacy-First Image Editor",
  "short_name": "PixLocal",
  "description": "Edit, optimize, and convert images entirely in your browser. No upload, no server, no tracking.",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#0f0f14",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "categories": ["photo", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-desktop.png",
      "sizes": "1024x1024",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "PixLocal Editor on Desktop"
    },
    {
      "src": "/screenshots/screenshot-mobile.png",
      "sizes": "1024x1024",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "PixLocal Editor on Mobile"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pixlocal",
      "url": "/editor?url=%s",
      "title": "Open with PixLocal"
    }
  ],
  "file_handlers": [
    {
      "action": "/editor",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"],
        "image/bmp": [".bmp"]
      }
    }
  ]
}
