diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-24 17:36:14 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-24 17:36:14 +0200 |
| commit | 680a7ecd6046820c7495ac103495215b5ccaabd5 (patch) | |
| tree | badbff3a0aa0ea6e0790c8e9ff392fa9cd518f1f /htdocs/src/images/favicon/site.webmanifest | |
| parent | fdd1ffe2f3aac68d7520f8ece4334ef32bb2ac4a (diff) | |
chore: add fonts and images
Diffstat (limited to 'htdocs/src/images/favicon/site.webmanifest')
| -rw-r--r-- | htdocs/src/images/favicon/site.webmanifest | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/htdocs/src/images/favicon/site.webmanifest b/htdocs/src/images/favicon/site.webmanifest new file mode 100644 index 0000000..31df508 --- /dev/null +++ b/htdocs/src/images/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Armand Philippot", + "short_name": "AP", + "icons": [ + { + "src": "/wp-content/themes/apcom/assets/images/favicon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/wp-content/themes/apcom/assets/images/favicon/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#194476", + "background_color": "#194476", + "display": "standalone" +} |
