ghostfolio/apps/client/src/assets/site.webmanifest
Thomas bf1146bfd6
Feature/change slogan to wealth management (#206)
* Harmonize slogans to "Open Source Wealth Management Software"

* Update changelog
2021-07-10 19:20:02 +02:00

25 lines
606 B
JSON

{
"background_color": "transparent",
"categories": ["finance", "utilities"],
"description": "Open Source Wealth Management Software",
"display": "standalone",
"icons": [
{
"sizes": "192x192",
"src": "/assets/android-chrome-192x192.png",
"type": "image/png"
},
{
"sizes": "512x512",
"src": "/assets/android-chrome-512x512.png",
"type": "image/png"
}
],
"name": "Ghostfolio",
"orientation": "portrait",
"short_name": "Ghostfolio",
"start_url": "https://www.ghostfol.io",
"theme_color": "#FFFFFF",
"url": "https://www.ghostfol.io"
}