0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
posthog/frontend/public/icons/site.webmanifest
2021-03-30 15:47:28 -07:00

19 lines
447 B
JSON

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