{
    "short_name": "Wheels",
    "name": "Wheels",
    "icons": [
        {
            "src": "./icons/icon_192x192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "./icons/icon_512x512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "./index.html",
    "background_color": "#e6e6e6",
    "display": "fullscreen",
    "orientation": "portrait",
    "scope": "./",
    "theme_color": "#000000"
}