Skip to content

Commit

Permalink
Added PWA related category, orientation, screenshots, maskable icon a…
Browse files Browse the repository at this point in the history
…nd IARC rating ID.

Thanks to xet7 !
  • Loading branch information
xet7 committed Jan 25, 2021
1 parent 814ae5e commit 027771b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
Binary file added public/maskable_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshot1.webp
Binary file not shown.
Binary file added public/screenshot2.webp
Binary file not shown.
23 changes: 22 additions & 1 deletion public/site.webmanifest
Expand Up @@ -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"
}

0 comments on commit 027771b

Please sign in to comment.