traxxx/public/img/favicon/manifest.webmanifest

10 lines
275 B
Plaintext
Raw Normal View History

2021-03-24 18:47:25 +00:00
{
2021-03-24 20:49:24 +00:00
"icons": [
{ "src": "/img/favicon/favicon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/img/favicon/favicon-512.png", "type": "image/png", "sizes": "512x512" }
],
"theme_color": "#ff2288",
"background_color": "#ff2288",
"display": "standalone"
2021-03-24 18:47:25 +00:00
}