Add web app manifest
We'll need this to register protocol handlers.
This commit is contained in:
7
manifest.json
Normal file
7
manifest.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "gamja IRC client",
|
||||
"short_name": "gamja",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"scope": "."
|
||||
}
|
||||
Reference in New Issue
Block a user