{
    "name": "5e HP Calculator - D&D Hit Points Tracker",
    "short_name": "5e HP Tracker",
    "description": "Free D&D 5e HP calculator & hit points tracker for all character classes",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f9fafb",
    "theme_color": "#4f46e5",
    "orientation": "portrait-primary",
    "categories": ["games", "utilities", "productivity"],
    "lang": "en-US",
    "dir": "ltr",
    "scope": "/",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "5e HP Calculator on desktop"
        },
        {
            "src": "/screenshot-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "5e HP Calculator on mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "Calculate HP",
            "short_name": "HP Calc",
            "description": "Quick HP calculation",
            "url": "/#calculator",
            "icons": [
                {
                    "src": "/shortcut-icon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "View FAQ",
            "short_name": "FAQ",
            "description": "Frequently Asked Questions",
            "url": "/#faq",
            "icons": [
                {
                    "src": "/shortcut-icon.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}