diff --git a/web/index.html b/web/index.html index c230123..5de864d 100644 --- a/web/index.html +++ b/web/index.html @@ -3,6 +3,7 @@ + gomuks web diff --git a/web/public/manifest.json b/web/public/manifest.json new file mode 100644 index 0000000..e8dac54 --- /dev/null +++ b/web/public/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "gomuks web", + "description": "A Matrix client written in Go", + "categories": ["social", "productivity"], + "icons": [{ + "src": "gomuks.png", + "sizes": "883x883", + "type": "image/png" + }], + "protocol_handlers": [{ + "protocol": "matrix", + "url": "#/uri/%s" + }], + "start_url": ".", + "display": "standalone", + "theme_color": "#00c853" +}