{
  "name": "PDF-YZ — Ergonomic PDF Editor",
  "short_name": "PDF-YZ",
  "description": "The most ergonomic online PDF editor. Edit text, replace images, annotate, sign, imposition and re-export — 100% in your browser.",
  "start_url": "/PDF-YZ/",
  "scope": "/PDF-YZ/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0b0f14",
  "background_color": "#0b0f14",
  "categories": ["productivity", "utilities", "business"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "file_handlers": [
    {
      "action": "/PDF-YZ/",
      "accept": {
        "application/pdf": [".pdf"]
      }
    }
  ],
  "share_target": {
    "action": "/PDF-YZ/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "pdf",
          "accept": ["application/pdf", ".pdf"]
        }
      ]
    }
  }
}
