diff --git a/public/img/logo/pwa/1024.png b/public/img/logo/pwa/1024.png new file mode 100644 index 000000000..6be33c5b5 Binary files /dev/null and b/public/img/logo/pwa/1024.png differ diff --git a/public/img/logo/pwa/114.png b/public/img/logo/pwa/114.png new file mode 100644 index 000000000..d69341234 Binary files /dev/null and b/public/img/logo/pwa/114.png differ diff --git a/public/img/logo/pwa/120.png b/public/img/logo/pwa/120.png new file mode 100644 index 000000000..da39e8713 Binary files /dev/null and b/public/img/logo/pwa/120.png differ diff --git a/public/img/logo/pwa/128.png b/public/img/logo/pwa/128.png new file mode 100644 index 000000000..f742fa7c0 Binary files /dev/null and b/public/img/logo/pwa/128.png differ diff --git a/public/img/logo/pwa/144.png b/public/img/logo/pwa/144.png new file mode 100644 index 000000000..31e2b4895 Binary files /dev/null and b/public/img/logo/pwa/144.png differ diff --git a/public/img/logo/pwa/152.png b/public/img/logo/pwa/152.png new file mode 100644 index 000000000..402d51b69 Binary files /dev/null and b/public/img/logo/pwa/152.png differ diff --git a/public/img/logo/pwa/180.png b/public/img/logo/pwa/180.png new file mode 100644 index 000000000..1f0e6a5f7 Binary files /dev/null and b/public/img/logo/pwa/180.png differ diff --git a/public/img/logo/pwa/192.png b/public/img/logo/pwa/192.png new file mode 100644 index 000000000..f1e2c49f5 Binary files /dev/null and b/public/img/logo/pwa/192.png differ diff --git a/public/img/logo/pwa/256.png b/public/img/logo/pwa/256.png new file mode 100644 index 000000000..b97e3037d Binary files /dev/null and b/public/img/logo/pwa/256.png differ diff --git a/public/img/logo/pwa/384.png b/public/img/logo/pwa/384.png new file mode 100644 index 000000000..1de701fed Binary files /dev/null and b/public/img/logo/pwa/384.png differ diff --git a/public/img/logo/pwa/48.png b/public/img/logo/pwa/48.png new file mode 100644 index 000000000..188e9dc3f Binary files /dev/null and b/public/img/logo/pwa/48.png differ diff --git a/public/img/logo/pwa/512.png b/public/img/logo/pwa/512.png new file mode 100644 index 000000000..820e6c250 Binary files /dev/null and b/public/img/logo/pwa/512.png differ diff --git a/public/img/logo/pwa/57.png b/public/img/logo/pwa/57.png new file mode 100644 index 000000000..659130f99 Binary files /dev/null and b/public/img/logo/pwa/57.png differ diff --git a/public/img/logo/pwa/60.png b/public/img/logo/pwa/60.png new file mode 100644 index 000000000..3a6537087 Binary files /dev/null and b/public/img/logo/pwa/60.png differ diff --git a/public/img/logo/pwa/72.png b/public/img/logo/pwa/72.png new file mode 100644 index 000000000..bfb5fe2bb Binary files /dev/null and b/public/img/logo/pwa/72.png differ diff --git a/public/img/logo/pwa/76.png b/public/img/logo/pwa/76.png new file mode 100644 index 000000000..0e6b3393c Binary files /dev/null and b/public/img/logo/pwa/76.png differ diff --git a/public/img/logo/pwa/96.png b/public/img/logo/pwa/96.png new file mode 100644 index 000000000..b715bbf68 Binary files /dev/null and b/public/img/logo/pwa/96.png differ diff --git a/public/manifest.json b/public/manifest.json index 6637c81a0..ecde08e1b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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" } ] }