{
    "name": "FitChef Audio",
    "short_name": "FitChef",
    "description": "Nutrition science you can listen to. Every episode backed by peer-reviewed research.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#1a1a1a",
    "background_color": "#ffffff",
    "categories": [
        "health",
        "food",
        "education"
    ],
    "icons": [
        {
            "src": "/wp-content/themes/fitchef/assets/img/android-chrome-192x192.png?v=13.6.53",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/wp-content/themes/fitchef/assets/img/android-chrome-512x512.png?v=13.6.53",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/wp-content/themes/fitchef/assets/img/android-chrome-512x512-maskable.png?v=13.6.53",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Build Playlist",
            "url": "/?playlist=open",
            "description": "Pick your time and topic, press play"
        },
        {
            "name": "Latest Shorts",
            "url": "/shorts/",
            "description": "Quick nutrition facts"
        }
    ]
}