{
    "name": "Spy Chase",
    "short_name": "Spy Chase",
    "description": "Prueba de Progressive Web App.",
    "start_url": "/",
    "background_color": "#000000",
    "theme_color": "#996600",
    "display": "fullscreen",
    "icons": [{
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },{
      "src": "img/icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },{
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }]
}