mirror of
https://github.com/morten-olsen/bob-the-algorithm.git
synced 2026-02-08 00:46:25 +01:00
26 lines
620 B
JSON
26 lines
620 B
JSON
{
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"lang": "en",
|
|
"name": "bob",
|
|
"short_name": "bob",
|
|
"start_url": "/?utm_source=web_app_manifest",
|
|
"orientation": "portrait",
|
|
"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"
|
|
}
|
|
]
|
|
} |