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

Update <head>

This commit is contained in:
2020-05-12 16:07:55 -05:00
parent 9057b89261
commit 8bb3bf4c85
11 changed files with 86 additions and 1 deletions

View File

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