v1.4.8j Fix manifest and meta tags NO

This commit is contained in:
2020-11-23 12:53:19 +01:00
parent 03c1562f5b
commit dc314bb2bc
6 changed files with 34 additions and 14 deletions
+9 -6
View File
@@ -1,15 +1,18 @@
{
"name": "Syddansk Erhverskollegie App",
"short_name": "Ekapp",
"lang": "da-DK",
"start_url": "/users/login.blade.php",
"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": "appIcon.svg",
"sizes": "192x192",
"type": "images/svg"
"src": "/images/icons/appIcon.svg",
"type": "image/svg",
"sizes": "150x150"
}
]
}