{
  "name": "PhotoScale — In-Browser Photo Studio & Optimizer",
  "short_name": "PhotoScale",
  "description": "Next-gen, 100% private in-browser photo optimizer, compressor and creative studio.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#121214",
  "theme_color": "#121214",
  "orientation": "any",
  "categories": ["utilities", "productivity", "photo"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192 512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Compress Image",
      "short_name": "Compress",
      "description": "Quickly compress an image",
      "url": "/?action=compress",
      "icons": [{ "src": "/icon.png", "sizes": "any" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "name": "Image Files",
      "accept": {
        "image/jpeg": [".jpg", ".jpeg", ".jfif"],
        "image/png": [".png"],
        "image/webp": [".webp"],
        "image/avif": [".avif"],
        "image/gif": [".gif"],
        "image/svg+xml": [".svg"],
        "image/bmp": [".bmp"],
        "image/x-icon": [".ico"],
        "image/heic": [".heic"],
        "image/heif": [".heif"],
        "image/tiff": [".tiff", ".tif"]
      }
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "images",
          "accept": ["image/*", ".heic", ".heif", ".avif", ".webp", ".svg", ".bmp", ".ico", ".tiff", ".tif"]
        }
      ]
    }
  }
}
