{
    "version": "4.0",
    "lang": "en",
    "name": "1go.plus",
    "scope": "https://1go.plus",
    "display": "standalone",
    "start_url": "https://1go.plus/index.html",
    "short_name": "1go.plus",
    "description": "",
    "orientation": "portrait",
    "background_color": "#24262b",
    "theme_color": "#24262b",
    "generated": "true",
    "icons": [
        {
            "src": "https://1go.plus/icons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://1go.plus/icons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "prefer_related_applications": false,
    "protocol_handlers": [
        {
            "protocol": "web+onego",
            "url": "./launch?url=%s"
        }
    ],
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://1go.plus/manifest.webmanifest"
        }
    ]
}