diff options
author | Naeem Model <me@nmode.ca> | 2025-01-28 21:55:32 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2025-01-28 21:55:32 +0000 |
commit | 9a08013b8f5aac980b30e3688608e1d4a6d428dd (patch) | |
tree | cc805db3b6b0f03b1c9db46ccb152282554c45dd /pkgdown/favicon/site.webmanifest | |
parent | 44fa4525f7b703ec9d91ba949623133c3a2aa78e (diff) |
Fix logo width/height and generate favicons
Diffstat (limited to 'pkgdown/favicon/site.webmanifest')
-rw-r--r-- | pkgdown/favicon/site.webmanifest | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pkgdown/favicon/site.webmanifest b/pkgdown/favicon/site.webmanifest new file mode 100644 index 0000000..4ebda26 --- /dev/null +++ b/pkgdown/favicon/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}
\ No newline at end of file |