Files
whaticket-community/frontend/public/manifest.json
2020-07-28 16:07:52 -03:00

16 lines
266 B
JSON

{
"short_name": "WaTicket",
"name": "WaTicket",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}