Use http URLs in app manifest, too

This commit is contained in:
Lorenz Hübschle-Schneider 2014-05-07 23:03:41 +01:00
parent cfb7ff3c40
commit cc6c159707

View file

@ -9,11 +9,11 @@
}, },
"app": { "app": {
"urls": [ "urls": [
"https://glowing-bear.github.io/glowing-bear/" "http://glowing-bear.github.io/glowing-bear/"
], ],
"launch": { "launch": {
"container": "panel", "container": "panel",
"web_url": "https://glowing-bear.github.io/glowing-bear/" "web_url": "http://glowing-bear.github.io/glowing-bear/"
} }
}, },
"permissions": [ "permissions": [