Update manifest with new icons, shortcuts, and categories

This commit is contained in:
a 2021-11-16 07:18:56 -06:00
parent 0c3691efc7
commit ed2d3b1388
18 changed files with 107 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

BIN
public/img/logo/pwa/114.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/img/logo/pwa/120.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/img/logo/pwa/128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
public/img/logo/pwa/144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/img/logo/pwa/152.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/img/logo/pwa/180.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
public/img/logo/pwa/192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
public/img/logo/pwa/256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
public/img/logo/pwa/384.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
public/img/logo/pwa/48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
public/img/logo/pwa/512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
public/img/logo/pwa/57.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
public/img/logo/pwa/60.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
public/img/logo/pwa/72.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
public/img/logo/pwa/76.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
public/img/logo/pwa/96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -5,16 +5,119 @@
"display": "standalone",
"background_color": "#f5f8fa",
"description": "Federated Image Sharing",
"categories": ["social", "photo"],
"shortcuts": [
{
"name": "Notifications",
"url": "/account/activity",
"description": "Keep up with your interactions"
},
{
"name": "Direct Messages",
"url": "/account/direct",
"description": "Communicate directly with people"
},
{
"name": "Discover",
"url": "/discover",
"description": "Find new posts and profiles"
},
{
"name": "Profile",
"url": "/i/me",
"description": "View your own profile page"
},
{
"name": "Settings",
"url": "/settings",
"description": "Go to your account settings"
}
],
"icons": [
{
"src": "img/favicon.png",
"src": "img/logo/pwa/48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "img/logo/pwa/57.png",
"type": "image/png",
"sizes": "57x57"
},
{
"src": "img/logo/pwa/60.png",
"type": "image/png",
"sizes": "60x60"
},
{
"src": "img/logo/pwa/72.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "img/logo/pwa/76.png",
"type": "image/png",
"sizes": "76x76"
},
{
"src": "img/logo/pwa/96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "img/logo/pwa/114.png",
"type": "image/png",
"sizes": "114x114"
},
{
"src": "img/logo/pwa/120.png",
"type": "image/png",
"sizes": "120x120"
},
{
"src": "img/logo/pwa/128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "img/logo/pwa/144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "img/logo/pwa/152.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "img/logo/pwa/180.png",
"type": "image/png",
"sizes": "180x180"
},
{
"src": "img/logo/pwa/192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "img/logo/pwa/256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "img/pixelfed-icon-color.svg",
"type": "image/svg",
"sizes": "128x128"
"src": "img/logo/pwa/384.png",
"type": "image/png",
"sizes": "384x384"
},
{
"src": "img/logo/pwa/512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "img/logo/pwa/1024.png",
"type": "image/png",
"sizes": "1024x1024"
}
]
}