17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
|
{
|
||
|
"name": "OrderSprinter",
|
||
|
"short_name": "OS",
|
||
|
"theme_color": "#2196e3",
|
||
|
"background_color": "#2196e3",
|
||
|
"orientation": "portrait",
|
||
|
"scope": "/",
|
||
|
"start_url": "./?utm_source=web_app_manifest",
|
||
|
"display" : "fullscreen",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "img/icon.png",
|
||
|
"sizes": "256x256",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
]
|
||
|
}
|