0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/frontend/public/site.webmanifest
2021-04-29 16:11:01 -07:00

19 lines
463 B
JSON

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