19 lines
459 B
JSON
19 lines
459 B
JSON
{
|
|
"short_name": "Ekapp",
|
|
"name": "Syddansk Erhverskollegie App",
|
|
"description": "App for sde's Erhverskollegie ",
|
|
"start_url": "/login",
|
|
"background_color": "#00788a",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"theme_color": "#00788a",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/images/icons/appIcon.svg",
|
|
"type": "image/svg",
|
|
"sizes": "150x150"
|
|
}
|
|
]
|
|
}
|