{
    "id": "/app",
    "name": "ReadKinetic — Speed Reader",
    "short_name": "ReadKinetic",
    "description": "Free, local-first RSVP speed reader. Import your own EPUB, PDF or text and read up to 2x faster — no account, works offline.",
    "start_url": "/app",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone"],
    "background_color": "#000000",
    "theme_color": "#030712",
    "orientation": "portrait",
    "lang": "en",
    "dir": "ltr",
    "categories": ["productivity", "education", "books"],
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "file_handlers": [
        {
            "action": "/app",
            "accept": {
                "application/epub+zip": [".epub"],
                "application/pdf": [".pdf"],
                "text/plain": [".txt"],
                "text/markdown": [".md", ".markdown"],
                "text/html": [".html", ".htm"],
                "application/rtf": [".rtf"],
                "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
                "application/msword": [".doc"]
            }
        }
    ],
    "icons": [
        {
            "src": "/pwa-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/pwa-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/06-desktop-reader.jpg",
            "sizes": "1664x1040",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Read faster on any device — one word at a time"
        },
        {
            "src": "/screenshots/01-reader.jpg",
            "sizes": "720x1548",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Read one word at a time with RSVP"
        },
        {
            "src": "/screenshots/05-import.jpg",
            "sizes": "720x1548",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Import your own EPUB, PDF, DOCX and more"
        },
        {
            "src": "/screenshots/03-stats.jpg",
            "sizes": "720x1548",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Track your reading streak and words read"
        },
        {
            "src": "/screenshots/02-library.jpg",
            "sizes": "720x1548",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Your local library with saved progress"
        },
        {
            "src": "/screenshots/04-theme-sepia.jpg",
            "sizes": "720x1548",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "16 themes, including warm sepia and e-ink"
        }
    ]
}
