epasmed/src/main/webapp/manifest.webapp

32 lines
704 B
JSON
Executable File

{
"name": "ePASMed",
"short_name": "ePASMed",
"icons": [
{
"src": "./content/images/plumber_0_head_192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./content/images/plumber_0_head_head_256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "./content/images/plumber_0_head_head_384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "./content/images/plumber_0_head_head_512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#e0e0e0",
"start_url": ".",
"display": "standalone",
"orientation": "portrait"
}