v1.4.8p Add manifest images support form 72x72 to 512x512

This commit is contained in:
victor 2020-11-25 14:20:17 +01:00
parent 1c3486f4ac
commit 9fee6cefd4
9 changed files with 40 additions and 3 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 419 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 482 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 511 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 707 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.7 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.4 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 199 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 286 KiB

View File

@ -1,6 +1,6 @@
{
"short_name": "Ekapp",
"name": "Syddansk Erhverskollegie App",
"name": "Syddansk Erhverskollegie Odense",
"description": "App for sde's Erhverskollegie ",
"start_url": "/login",
"background_color": "#00788a",
@ -10,9 +10,38 @@
"orientation": "portrait-primary",
"icons": [
{
"src": "/images/icons/appIcon.svg",
"src": "/images/icons/img72x72.svg",
"type": "image/svg",
"sizes": "150x150"
"sizes": "72x72"
},{
"src": "/images/icons/img96x96.svg",
"type": "image/svg",
"sizes": "96x96"
},{
"src": "/images/icons/img128x128.svg",
"type": "image/svg",
"sizes": "128x128"
},{
"src": "/images/icons/img144x144.svg",
"type": "image/svg",
"sizes": "144x144"
},{
"src": "/images/icons/img152x152.svg",
"type": "image/svg",
"sizes": "152x152"
},{
"src": "/images/icons/img192x192.svg",
"type": "image/svg",
"sizes": "192x192"
},{
"src": "/images/icons/img383x383.svg",
"type": "image/svg",
"sizes": "383x383"
},{
"src": "/images/icons/img512x512.svg",
"type": "image/svg",
"sizes": "512x512"
}
]
}