gamja-old/manifest.json
Simon Ser ca8649c506 Add web app manifest
We'll need this to register protocol handlers.
2021-06-22 10:42:16 +02:00

7 lines
116 B
JSON

{
"name": "gamja IRC client",
"short_name": "gamja",
"start_url": ".",
"display": "standalone",
"scope": "."
}