{
    "name": "EPUB Browser",
    "short_name": "EPUB Browser",
    "description": "A web-based EPUB reader with pagination support",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4a90d9",
    "orientation": "any",
    "icons": [
        {
            "src": "/assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "EPUB Browser Desktop View"
        },
        {
            "src": "/assets/screenshot-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "EPUB Browser Mobile View"
        }
    ],
    "categories": ["books", "education", "productivity"],
    "lang": "en",
    "scope": "/",
    "prefer_related_applications": false
}
