{
    "name": "Film Sack Quick Sack",
    "short_name": "QuickSack",
    "description": "Browse and play all Film Sack podcast episodes. Filter by title, genre, year, and type. Cache episodes for offline listening.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#111111",
    "theme_color": "#8b0000",
    "lang": "en",
    "categories": ["entertainment"],
    "icons": [
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.ico",
            "sizes": "32x32",
            "type": "image/x-icon",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Stats",
            "short_name": "Stats",
            "description": "Film Sack movie statistics",
            "url": "/stats/"
        }
    ]
}
