{
  "name": "Noticias Resumidas",
  "short_name": "Resumen",
  "version": "0.02",
  "description": "Noticias resumidas: fuentes, contexto y respuestas en un solo lugar.",
  "start_url": "/app-movil/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F44336",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "any",
  "scope": "/app-movil/",
   "id": "/app-movil/",
  "icons": [
    {
      "src": "/ico/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/ico/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
"share_target": {
  "action": "/app-movil/index.php",
  "method": "POST",
  "enctype": "multipart/form-data",
  "params": {
    "title": "title",
    "text": "text",
	"url":"url"
  }
},
  "lang": "es",
  "categories": [
    "entertainment",
    "news",
    "social",
    "weather"
  ],
  "screenshots" : [
    {
      "src": "https://noticiasresumidas.com/im/share.png",
      "sizes": "335x510",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vista de noticia"
    },
    {
      "src": "https://noticiasresumidas.com/im/select.png",
      "sizes": "335x510",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vista de noticia"
    },
    {
      "src": "https://noticiasresumidas.com/im/ya.png",
      "sizes": "334x510",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vista de noticia"
    }

  ],
  "launch_handler": {
   "client_mode": ["navigate-existing", "auto"]
  }
}