{
    "name": "Stretch It",
    "short_name": "Stretch It",
    "description": "Tap where it feels tight. Find targeted stretches for any muscle.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#f5f7fa",
    "theme_color": "#3b82f6",
    "orientation": "portrait",
    "icons": [
        {
            "src": "img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
