31 lines
601 B
JSON
31 lines
601 B
JSON
|
|
{
|
||
|
|
"name": "Tx OS",
|
||
|
|
"short_name": "Tx OS",
|
||
|
|
"start_url": "/",
|
||
|
|
"scope": "/",
|
||
|
|
"display": "standalone",
|
||
|
|
"orientation": "any",
|
||
|
|
"background_color": "#0B1E3F",
|
||
|
|
"theme_color": "#0B1E3F",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "/icons/icon-192.png",
|
||
|
|
"sizes": "192x192",
|
||
|
|
"type": "image/png",
|
||
|
|
"purpose": "any"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/icons/icon-512.png",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"type": "image/png",
|
||
|
|
"purpose": "any"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/icons/icon-maskable-512.png",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"type": "image/png",
|
||
|
|
"purpose": "maskable"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|