{
    "name": "HELL OF FAME",
    "short_name": "HOF",
    "description": "Advanced Team Task Management & Collaboration Platform",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#0f0f1e",
    "theme_color": "#FF6B00",
    "orientation": "any",
    "icons": [
        {
            "src": "https://hell-of-fame.com/helloficon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "https://hell-of-fame.com/helloficon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "productivity",
        "business"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Quick Add Task",
            "short_name": "Add Task",
            "description": "Quickly create a new task",
            "url": "/index.html?action=quickadd",
            "icons": [
                {
                    "src": "https://hell-of-fame.com/helloficon.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}