ordersprinter/webapp/manifest.webmanifest

17 lines
345 B
Plaintext
Raw Normal View History

2020-11-19 23:14:21 +01:00
{
"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"
}
]
}