...
Code Block |
---|
C:\ProgramData\itsense\Templates\AdminUI2\theme.css |
Progressive Web Application
The user has the option to add the portal as a PWA (Progressive Web Application) to it’s home screen. If you would like to define a custom name, custom start path or other settings for that PWA, you can adjust the manifest file:
Code Block |
---|
C:\ProgramData\ITSENSE\Templates\AdminUI2\manifest.json |
Below is a sample configuration that you can use as a template.
Code Block |
---|
{
"name": "CoreOne Suite Administration",
"short_name": "CoreOne Suite",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#213A5C",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
} |
Translation
If you want to change any of the texts, you can do so by changing the appropriate translation files located in the following directory:
...