{
    "name": "ReadApub",
    "short_name": "ReadApub",
    "description": "A fully offline-capable EPUB reader with storage, highlights, and bookmarks.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4f46e5",
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "orientation": "any",
    "categories": [
        "books",
        "education"
    ]
}