{
    "$schema": "http://json.schemastore.org/web-manifest",
    "name": "Countdown 2047",
    "short_name": "2047",
    "description": "Countdown from now to July 1st 2047, the day when hong kong totally vanished.",
    "categories": [
        "government",
        "politics",
        "utilities"
    ],
    "icons": [
        {
            "src": "icons/favicon-16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "icons/favicon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "icons/icon-64.png",
            "sizes": "64x64",
            "type": "image/png"
        },
        {
            "src": "icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/icon-256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/icon-1024.png",
            "sizes": "1024x1024",
            "type": "image/png"
        }
    ],
    "theme_color": "#1A202C",
    "background_color": "#1A202C",
    "start_url": "./",
    "display": "standalone",
    "orientation": "any",
    "dir": "ltr",
    "lang": "en",
    "serviceworker": {
        "src": "./worker.js",
        "scope": "./"
    }
}
