mirror of
https://github.com/morten-olsen/bob-the-algorithm.git
synced 2026-02-08 00:46:25 +01:00
38 lines
920 B
JSON
38 lines
920 B
JSON
{
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"lang": "en",
|
|
"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",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/bob-the-algorithm/pwa/chrome-icon/chrome-icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/bob-the-algorithm/pwa/chrome-icon/chrome-icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |