{
    "name": "Writing Down Good Reasons to Freeze to Death",
    "short_name": "Writing Down Good Reasons",
    "id": "writing-down-good-reasons",
    "start_url": "/?source=pwa",
    "background_color": "#ffffff",
    "display": "standalone",
    "display_override": [
        "tabbed"
    ],
    "tab_strip": {
        "new_tab_button": {
            "url": "/"
        }
    },
    "orientation": "portrait",
    "dir": "ltr",
    "scope": "/",
    
    "lang": "en-US",
    "categories": [
        "sick",
        "shit"
    ],
    "description": "You’ve got mail!(1) This interactive webcomic takes you on a journey from cold landscapes to childhood memories through postcards.",
    "icons": [
        {
            "src": "android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 480
    },
    "handle_links": "auto",
    "launch_handler": {
        "client_mode": [
            "navigate-existing",
            "auto"
        ]
    }
}