Use http URLs in app manifest, too
This commit is contained in:
parent
cfb7ff3c40
commit
cc6c159707
1 changed files with 2 additions and 2 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Reference in a new issue