{
  "name": "Fileza",
  "short_name": "Fileza",
  "description": "Convert, edit, compress, sign, OCR, organize, secure, and process PDF and document files from a fast installable Fileza web app.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#FFFFFF",
  "theme_color": "#0F52BA",
  "orientation": "any",
  "categories": [
    "productivity",
    "utilities",
    "business",
    "education"
  ],
  "lang": "en-GB",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Edit PDF",
      "short_name": "Edit",
      "description": "Open the PDF editor.",
      "url": "/edit-pdf.html?source=pwa-shortcut",
      "icons": [
        {
          "src": "/images/favicon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Compress PDF",
      "short_name": "Compress",
      "description": "Reduce PDF file size.",
      "url": "/compress-pdf.html?source=pwa-shortcut",
      "icons": [
        {
          "src": "/images/favicon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Merge PDF",
      "short_name": "Merge",
      "description": "Combine PDF files.",
      "url": "/merge-pdf.html?source=pwa-shortcut",
      "icons": [
        {
          "src": "/images/favicon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "PDF to Word",
      "short_name": "PDF to Word",
      "description": "Convert PDF to Word.",
      "url": "/pdf-to-docx.html?source=pwa-shortcut",
      "icons": [
        {
          "src": "/images/favicon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?share-target=pwa",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "application/pdf",
            "image/png",
            "image/jpeg",
            "image/webp",
            "text/plain"
          ]
        }
      ]
    }
  },
  "screenshots": []
}
