This commit is contained in:
morten-olsen
2022-05-11 08:49:27 +00:00
parent 46b868aac8
commit 1b47b41134
13 changed files with 92 additions and 144 deletions

View File

@@ -2,10 +2,22 @@
"background_color": "#ffffff",
"display": "standalone",
"lang": "en",
"name": "bob",
"short_name": "bob",
"name": "Bob",
"short_name": "Bob",
"start_url": "/?utm_source=web_app_manifest",
"orientation": "portrait",
"related_applications": [
{
"platform": "itunes",
"id": "pro.mortenolsen.bob"
},
{
"platform": "play",
"url": "http://play.google.com/store/apps/details?id=pro.mortenolsen.bob",
"id": "pro.mortenolsen.bob"
}
],
"prefer_related_applications": true,
"icons": [
{
"src": "/bob-the-algorithm/pwa/chrome-icon/chrome-icon-144.png",