{
    "name": "Calc Pro \u2014 iPad Calculator",
    "short_name": "Calc Pro",
    "description": "Advanced iPad-style scientific calculator with history, dark mode, and keyboard support",
    "start_url": "/calculator/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#1c1c1e",
    "orientation": "any",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%231c1c1e'/><text x='96' y='130' font-size='100' text-anchor='middle' fill='%23ff9f0a'>\ud83e\uddee</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml"
        }
    ],
    "categories": [
        "utilities",
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "Open Calculator",
            "url": "/calculator/",
            "description": "Open the calculator"
        }
    ]
}