pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix issues with pwa in manifest.json

+4 -2
+4 -2
manifest.json
··· 5 5 "display": "fullscreen", 6 6 "background_color": "#fff", 7 7 "theme_color": "#000", 8 + "prefer_related_applications": null, 8 9 "icons": [ 9 10 { 10 11 "src": "/public/android-chrome-192x192.png", ··· 46 47 "src": "/public/splash_screens/icon.png", 47 48 "sizes": "512x512", 48 49 "type": "image/png", 49 - "purpose": "maskable" 50 + "purpose": "any" 50 51 }, 51 52 { 52 53 "src": "/public/splash_screens/icon144x144.png", 53 54 "sizes": "144x144", 54 - "type": "image/png" 55 + "type": "image/png", 56 + "purpose": "any" 55 57 }, 56 58 { 57 59 "src": "/public/splash_screens/4__iPhone_SE__iPod_touch_5th_generation_and_later_landscape.png",