fix: 🍱 asset versioning, screenshots

This commit is contained in:
ThatOneCalculator 2023-07-19 20:32:04 -07:00
parent 67435f1557
commit 7364ebdca8
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
3 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -9,25 +9,25 @@
"orientation": "portrait-primary", "orientation": "portrait-primary",
"icons": [ "icons": [
{ {
"src": "/static-assets/icons/192.png", "src": "/static-assets/icons/192.png?v=2",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png", "type": "image/png",
"purpose": "any" "purpose": "any"
}, },
{ {
"src": "/static-assets/icons/512.png", "src": "/static-assets/icons/512.png?v=2",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png", "type": "image/png",
"purpose": "any" "purpose": "any"
}, },
{ {
"src": "/static-assets/icons/maskable.png", "src": "/static-assets/icons/maskable.png?v=2",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png", "type": "image/png",
"purpose": "maskable" "purpose": "maskable"
}, },
{ {
"src": "/static-assets/icons/monochrome.png", "src": "/static-assets/icons/monochrome.png?v=2",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png", "type": "image/png",
"purpose": "monochrome" "purpose": "monochrome"
@ -43,15 +43,15 @@
}, },
"screenshots": [ "screenshots": [
{ {
"src": "/static-assets/screenshots/1.webp", "src": "/static-assets/screenshots/1.webp?v=2",
"sizes": "1195x579", "sizes": "1080x2340",
"type": "image/webp", "type": "image/webp",
"platform": "narrow", "platform": "narrow",
"label": "Profile page" "label": "Profile page"
}, },
{ {
"src": "/static-assets/screenshots/2.webp", "src": "/static-assets/screenshots/2.webp?v=2",
"sizes": "1195x579", "sizes": "1080x2340",
"type": "image/webp", "type": "image/webp",
"platform": "narrow", "platform": "narrow",
"label": "Posts" "label": "Posts"