web/public/manifest.json

25 lines
479 B
JSON

{
"name": "brizco",
"short_name": "briz",
"description": "harmonious Routine Management",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#356859",
"orientation": "any",
"scope": "/",
"icons": [
{
"src": "../public/images/logo2.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "../public/images/logo2.png",
"sizes": "512x512",
"type": "image/png"
}
]
}