{
    "id": "calc-high-precision",
    "name": "Calc — High Precision Calculator",
    "short_name": "Calc",
    "description": "A high-precision (32-digit) calculator with PDF viewer and annotation tools",
    "categories": ["education", "productivity", "utilities"],
    "lang": "en",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "window-controls-overlay"],
    "orientation": "any",
    "background_color": "#f8f4eb",
    "theme_color": "#f8f4eb",
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },
    "icons": [
        {
            "src": "/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Calculator",
            "short_name": "Calc",
            "description": "Open the calculator",
            "url": "/"
        },
        {
            "name": "PDF Viewer",
            "short_name": "Viewer",
            "description": "Open PDF viewer",
            "url": "/viewer"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
