{
"name": "VisualNEO Analog Clock", 
"scope": "/", 
"start_url": "index.html", 
"theme_color": "#ff0000", 
"background_color": "#000000", 
"short_name": "VNClock", 
"description": "PWA analog clock made with VisualNEO Web", 
"author": "SinLios Soluciones Digitales", 
"lang": "en", 
"version": "1.0", 
"display": "standalone", 
"orientation": "portrait", 
"icons": [
    {
      "src": "ac-50x50.png",
      "type": "image/png",
      "sizes": "50x50"
    },
    {
      "src": "ac-44x44.png",
      "type": "image/png",
      "sizes": "44x44"
    },
    {
      "src": "ac-150x150.png",
      "type": "image/png",
      "sizes": "150x150"
    },
	{
	  "src": "img/analog-clock.png", 
	  "type": "image/png",
	  "sizes": "512x512"
	}]
}
