{
    "name": "Random Picker - FFMini",
    "short_name": "Random Picker",
    "description": "Powerful random selection tool with multiple modes and custom options",
    "start_url": "/random/index.html",
    "display": "standalone",
    "background_color": "#4ecdc4",
    "theme_color": "#4ecdc4",
    "orientation": "portrait-primary",
    "scope": "/random/",
    "lang": "en",
    "categories": [
        "utilities",
        "tools",
        "entertainment"
    ],
    "icons": [
        {
            "src": "/icons/random.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/random.svg",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/random.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/random/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/random/screenshot-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "Quick Pick",
            "short_name": "Quick Pick",
            "description": "Quick random selection",
            "url": "/random/?mode=quick",
            "icons": [
                {
                    "src": "/icons/random.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Presets",
            "short_name": "Presets",
            "description": "Use preset templates",
            "url": "/random/?mode=preset",
            "icons": [
                {
                    "src": "/icons/random.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}