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 manifest again lol!!

+3 -2
+3 -2
manifest.json
··· 2 2 "name": "sudo-flix", 3 3 "short_name": "sudo-flix", 4 4 "start_url": "/", 5 - "display": "standalone", 5 + "display": "fullscreen", 6 6 "background_color": "#fff", 7 7 "theme_color": "#000", 8 8 "icons": [ 9 9 { 10 10 "src": "/public/android-chrome-192x192.png", 11 11 "sizes": "192x192", 12 - "type": "image/png" 12 + "type": "image/png", 13 + "purpose": "maskable" 13 14 }, 14 15 { 15 16 "src": "/public/android-chrome-512x512.png",