Update manifest with new icons, shortcuts, and categories
After Width: | Height: | Size: 218 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 100 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 15 KiB |
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|