{
    "name": "Monkey Wrench Database",
    "short_name": "MonkeyWrench",
    "description": "Sheet music synced with YouTube performances",
    "start_url": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#f7d155",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/assets/img/pwa-icon-192-v3.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/pwa-icon-192-v3.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/assets/img/pwa-icon-512-v3.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/pwa-icon-512-v3.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": [
        "music",
        "education"
    ],
    "lang": "en-US",
    "screenshots": [
        {
            "src": "/assets/img/pwa-horizontal.jpg",
            "sizes": "930x431",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Sheet music synced with YouTube"
        },
        {
            "src": "/assets/img/pwa-vertical.jpg",
            "sizes": "393x849",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Practice with synced sheet music"
        }
    ]
}