privacyguides.org/theme/assets/files/meta/site.webmanifest

20 lines
504 B
Plaintext
Raw Normal View History

2020-05-12 21:07:55 +00:00
{
"name": "Privacy Guides",
"short_name": "Privacy Guides",
"icons": [
{
2022-05-28 17:49:29 +00:00
"src": "/assets/brand/PNG/Favicon/android-chrome-192x192.png",
2020-05-12 21:07:55 +00:00
"sizes": "192x192",
"type": "image/png"
},
{
2022-05-28 17:49:29 +00:00
"src": "/assets/brand/PNG/Favicon/android-chrome-512x512.png",
2020-05-12 21:07:55 +00:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffd06f",
"background_color": "#ffd06f",
"display": "standalone"
}