aed-mapa/site.webmanifest

21 wiersze
490 B
Plaintext
Czysty Zwykły widok Historia

2021-11-30 19:43:05 +00:00
{
2022-01-02 09:29:00 +00:00
"name": "AED Mapa",
"short_name": "AED Mapa",
"start_url": "/",
2021-11-30 19:43:05 +00:00
"icons": [
{
2022-01-02 09:22:17 +00:00
"src": "./src/favicon/android-chrome-192x192.png",
2021-11-30 19:43:05 +00:00
"sizes": "192x192",
"type": "image/png"
},
{
2022-01-02 09:22:17 +00:00
"src": "./src/favicon/android-chrome-256x256.png",
2021-11-30 19:43:05 +00:00
"sizes": "256x256",
"type": "image/png"
}
],
2022-01-02 09:22:17 +00:00
"theme_color": "#008855",
"background_color": "#f5f5f5",
2021-11-30 19:43:05 +00:00
"display": "standalone"
}