Added PWA related category, orientation, screenshots, maskable icon and IARC rating ID.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-01-25 17:57:13 +02:00
parent 814ae5e840
commit 027771b302
4 changed files with 22 additions and 1 deletions

BIN
public/maskable_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
public/screenshot1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
public/screenshot2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View file

@ -26,10 +26,31 @@
"src": "/StoreLogo.scale-100.png",
"sizes": "50x50",
"type": "image/png"
},
{
"src": "/maskable_icon.png",
"sizes": "474x474",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots" : [
{
"src": "/screenshot1.webp",
"sizes": "1280x720",
"type": "image/webp"
},
{
"src": "/screenshot2.webp",
"sizes": "1280x720",
"type": "image/webp"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "/sign-in",
"display": "standalone"
"display": "standalone",
"orientation": "any",
"categories": ["productivity"],
"iarc_rating_id": "70d7c4a4-3e5a-4714-a7dc-fa006613ba96"
}