{
    "name": "Guitar Scribble Metronome",
    "short_name": "GS Metronome",
    "description": "Free online metronome with tap tempo, custom beat patterns, and accent controls. Waltz, swing, flamenco & 6/8 time signatures.",
    "start_url": "/metronome",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#667eea",
    "categories": ["music", "utilities"],
    "icons": [
        {
            "src": "/images/pick-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/pick-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
