{
    "name": "Just Climb — Climbing Companion",
    "short_name": "Just Climb",
    "description": "Free climbing app for bouldering and climbing gyms. Create routes, track progress, join leagues.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#1a1f3a",
    "theme_color": "#1a1f3a",
    "orientation": "portrait-primary",
    "icons": [
        { "src": "/static/img/JC_appicon1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
        { "src": "/static/img/JC_appicon1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "maskable" },
        { "src": "/static/img/JC_appicon.avif", "sizes": "512x512", "type": "image/avif" }
    ],
    "categories": ["sports", "fitness", "social"],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": true,
    "related_applications": [
        { "platform": "play", "url": "https://play.google.com/store/apps/details?id=com.justclimbit.app", "id": "com.justclimbit.app" },
        { "platform": "itunes", "url": "https://apps.apple.com/pl/app/just-climb/id6738362067" }
    ],
    "screenshots": [
        { "src": "/static/img/screen1-portrait.avif", "type": "image/avif", "sizes": "280x600", "form_factor": "narrow" },
        { "src": "/static/img/screen2-portrait.avif", "type": "image/avif", "sizes": "280x600", "form_factor": "narrow" },
        { "src": "/static/img/screen3-portrait.avif", "type": "image/avif", "sizes": "280x600", "form_factor": "narrow" }
    ]
}
