{
    "name": "Wheel of Names - Random Name Picker",
    "short_name": "WheelOfNames",
    "description": "Free random name picker and spin wheel generator. Perfect for classrooms, raffles, and decision making.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "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"
        }
    ],
    "categories": ["education", "utilities", "games"],
    "shortcuts": [
        {
            "name": "Spin Wheel",
            "url": "/",
            "description": "Open the main wheel spinner"
        },
        {
            "name": "Yes/No Wheel",
            "url": "/yes-no-wheel.html",
            "description": "Quick yes or no decisions"
        },
        {
            "name": "Team Picker",
            "url": "/team-picker.html",
            "description": "Create random teams"
        }
    ]
}