0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/frontend/public/site.webmanifest
Cory Watilo 3cdcffb56a
chore: Updated favicons (#14603)
* updated favicons

* Update UI snapshots for `chromium` (1)

* Delete favicon-dev-2.ico

* Bust icon cache

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Matloka <michal@matloka.com>
2023-07-07 13:40:24 +02:00

19 lines
463 B
JSON

{
"name": "PostHog",
"short_name": "PostHog",
"icons": [
{
"src": "/static/icons/android-chrome-192x192.png?v=2023-07-07",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/android-chrome-512x512.png?v=2023-07-07",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
}