Update manifests to use www.glowing-bear.org instead of glowing-bear.github.io
This commit is contained in:
parent
8fca35078a
commit
9a4319ca7c
2 changed files with 13 additions and 10 deletions
|
@ -9,11 +9,11 @@
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"urls": [
|
"urls": [
|
||||||
"http://glowing-bear.github.io/glowing-bear/"
|
"http://www.glowing-bear.org/"
|
||||||
],
|
],
|
||||||
"launch": {
|
"launch": {
|
||||||
"container": "panel",
|
"container": "panel",
|
||||||
"web_url": "http://glowing-bear.github.io/glowing-bear/"
|
"web_url": "http://www.glowing-bear.org/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
|
|
@ -17,17 +17,20 @@
|
||||||
"src": "assets/img/glowing_bear_128x128.png",
|
"src": "assets/img/glowing_bear_128x128.png",
|
||||||
"sizes": "128x128"
|
"sizes": "128x128"
|
||||||
}],
|
}],
|
||||||
"scope": "/glowing-bear/",
|
"scope": "/",
|
||||||
"start_url": "/glowing-bear/index.html",
|
"start_url": "/index.html",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"orientation": "portrait-primary",
|
"orientation": "portrait-primary",
|
||||||
"theme_color": "#181818",
|
"theme_color": "#181818",
|
||||||
"background_color": "#333",
|
"background_color": "#333",
|
||||||
"prefer_related_applications": false,
|
"prefer_related_applications": false,
|
||||||
"chrome_related_applications": [{
|
"chrome_related_applications": [
|
||||||
"platform": "web"
|
{
|
||||||
}, {
|
"platform": "web"
|
||||||
"platform": "android",
|
},
|
||||||
"location": "https://play.google.com/store/apps/details?id=com.glowing_bear"
|
{
|
||||||
}]
|
"platform": "android",
|
||||||
|
"location": "https://play.google.com/store/apps/details?id=com.glowing_bear"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue