From 2cc9f51f8431d77ca91a4b65d7b16a173ad2edcf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 14 Aug 2020 11:21:48 +0100 Subject: [PATCH] manifest categories --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index c9dbe46b3..d1cf9851f 100644 --- a/daemon.py +++ b/daemon.py @@ -1255,6 +1255,7 @@ class PubServer(BaseHTTPRequestHandler): "background_color": "black", "theme_color": "grey", "orientation": "portrait-primary", + "categories": ["microblog", "fediverse", "activitypub"], "icons": [ { "src": "/logo72.png",