SuiteCRM-Core/site.webmanifest
Dillon-Brown 1e004f4913 Implement site.webmanifest for improved user experience
- Add a set of default config values for the app manifest

Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:29 +01:00

11 lines
367 B
JSON

{
"lang": "en-US",
"name": "SuiteCRM",
"short_name": "SCRM",
"description": "SuiteCRM - Open source CRM for the world",
"start_url": ".",
"orientation": "portrait",
"display": "fullscreen",
"background_color": "#778591",
"icons": [{"src": "legacy/themes/default/images/company_logo.png", "sizes": "184x40", "type": "image/png"}]
}