{
  "name": "Folio — PDF Editor",
  "short_name": "Folio",
  "description": "Offline PDF editor with Apple Pencil support, annotation, text-to-speech and Google Drive",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#111113",
  "theme_color": "#18181b",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='80' fill='%2318181b'/%3E%3Ctext x='256' y='340' font-size='280' text-anchor='middle' font-family='Georgia,serif' fill='%23e8a245'%3Ef%3C/text%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open PDF",
      "short_name": "Open",
      "description": "Open a PDF file",
      "url": "./index.html"
    }
  ],
  "prefer_related_applications": false
}
