From 40c961c3a29f5eefd1f6464496640fb823b6acfc Mon Sep 17 00:00:00 2001 From: briandunnigan Date: Tue, 15 Mar 2016 15:59:12 -0400 Subject: [PATCH] Fix for android devices --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2908564..756e9a5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "Web Application Manifest Sample", + "name": "Sistertalk", "icons": [ { "src": "launcher-icon-0-75x.png", @@ -38,7 +38,7 @@ "density": 4.0 } ], - "start_url": "index.html", + "start_url": "/", "display": "standalone", - "orientation": "landscape" + //"orientation": "landscape" } \ No newline at end of file