{
    "name": "JrTimer — Professional Speedcubing Timer",
    "short_name": "JrTimer",
    "description": "Free online speedcubing timer with WCA-compliant scrambles, millisecond-precision timing, real-time 3D cube state visualization, session statistics, voice inspection alerts, and 7-language support. Works offline as a PWA.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#101922",
    "theme_color": "#137fec",
    "lang": "en",
    "dir": "ltr",
    "categories": [
        "utilities",
        "education",
        "games",
        "productivity"
    ],
    "id": "/",
    "icons": [
        {
            "src": "assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Start Timer",
            "short_name": "Timer",
            "url": "/",
            "description": "Open the speedcubing timer",
            "icons": [
                {
                    "src": "assets/images/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Analytics",
            "short_name": "Stats",
            "url": "/analytics",
            "description": "View your solve statistics and trends"
        },
        {
            "name": "Settings",
            "short_name": "Settings",
            "url": "/settings",
            "description": "Configure timer and theme preferences"
        }
    ],
    "screenshots": [
        {
            "src": "screenshot.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "JrTimer desktop interface — speedcubing timer with 3D visualization and session list"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}