{
    "name": "PapertApp",
    "short_name": "PapertApp",
    "version": "1.1.1",
    "description": "PapertApp es una aplicación web que te permite controlar tu robot de manera remota",
    "start_url": "./index.html",
    "id": "./index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#202020",
    "orientation": "portrait-primary",
    "scope": "./",
    "icons": [
        {
            "src": "./assets/img/Icon192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./assets/img/Icon512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
