From cc6c1597072a3caa7438ea850cfe31c69db743d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Wed, 7 May 2014 23:03:41 +0100 Subject: [PATCH] Use http URLs in app manifest, too --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ae726cc..493e83b 100644 --- a/manifest.json +++ b/manifest.json @@ -9,11 +9,11 @@ }, "app": { "urls": [ - "https://glowing-bear.github.io/glowing-bear/" + "http://glowing-bear.github.io/glowing-bear/" ], "launch": { "container": "panel", - "web_url": "https://glowing-bear.github.io/glowing-bear/" + "web_url": "http://glowing-bear.github.io/glowing-bear/" } }, "permissions": [