From 7558ee26a67fe765b8ed3e03f8a62afb05cfa168 Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 30 Oct 2017 14:36:19 -0500 Subject: [PATCH] implementacion manifest --- manifest.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index c3e6cde..0a74763 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,18 @@ { - "name": "Avistador.com", - "short_name": "avistador", - "theme_color": "#289042", - "background_color": "#e7d380", - "display": "fullscreen", - "orientation": "portrait", - "Scope": "/a74", - "start_url": "/a74", - "icons": [ + "dir": "ltr", + "lang": "es", + "name": "Avistador.com", + "scope": "/a74", + "display": "fullscreen", + "start_url": "https://dev7.tupale.co/a74", + "short_name": "Avistador.com", + "theme_color": "transparent", + "description": " Ciencia ciudadana", + "orientation": "portrait", + "background_color": "#bc1616", + "related_applications": [], + "prefer_related_applications": false, + "icons": [ { "src": "images/icons/icon-72x72.png", "sizes": "72x72",