{
  "name": "Epub Reader Pro - Free Online EPUB Reader",
  "short_name": "Epub Reader Pro",
  "description": "Free online EPUB reader with professional features. Read ebooks instantly with highlighting, bookmarks, search, and mobile optimization. 100% private and client-side.",
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "orientation": "any",
  "id": "/",
  "categories": ["productivity", "education", "books", "utilities"],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/images/screenshots/highlighting.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Multi-color text highlighting feature"
    },
    {
      "src": "/images/screenshots/search.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Full-text search across ebooks"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Book",
      "short_name": "Upload",
      "description": "Upload a new EPUB file to read",
      "url": "/?action=upload",
      "icons": [
        {
          "src": "/favicon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
