17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |