{
    "short_name": "Stash",
    "name": "Stash: keep reading",
    "icons": [
        {
            "src": "icon-512.png",
            "type": "image/svg+xml",
            "sizes": "512x512"
        },
        {
            "src": "icon-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "id": "/?source=pwa",
    "start_url": "/?source=pwa",
    "background_color": "#11111b",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#11111b",
    "shortcuts": [
        {
            "name": "Unread articles",
            "short_name": "Unread",
            "description": "View unread articles",
            "url": "/articles?source=pwa"
        },
        {
            "name": "All articles",
            "short_name": "All",
            "description": "View all articles",
            "url": "/articles/all?source=pwa"
        }
    ]
}
