{
    "id": "glaunch-pwa",
    "name": "GLaunch",
    "short_name": "GLaunch",
    "start_url": "./?utm_source=pwa_install",
    "scope": ".",
    "version": "1.6.2",
    
    "display": "standalone",
    "background_color": "#fff",
    "description": "GLaunch is a simple tool which provides a popup panel linking to various Google services - Chrome Extension.",
    "icons": [
        {
            "src": "cogton48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "cogton128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "cogton320.png",
            "sizes": "320x320",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "screenshot-wide.gif",
            "sizes": "640x320",
            "type": "image/gif",
            "form_factor": "wide",
            "label": "GLaunch"
        },
        {
            "src": "screenshot-mobile.gif",
            "sizes": "496x640",
            "type": "image/gif",
            "label": "GLaunch"
        }
    ]
}