1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-20 17:59:15 +00:00

Stop using i18n plugin (#2054)

This commit is contained in:
2023-02-28 13:20:35 -06:00
parent bfaba1cd11
commit 4c8cd3f295
548 changed files with 383 additions and 33068 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Privacy Guides",
"short_name": "Privacy Guides",
"icons": [
{
"src": "/assets/brand/PNG/Favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/brand/PNG/Favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffd06f",
"background_color": "#ffd06f",
"display": "standalone"
}