Add firefox app manifest
This commit is contained in:
parent
641faa4df3
commit
9e88f7775e
1 changed files with 16 additions and 0 deletions
16
manifest.webapp
Normal file
16
manifest.webapp
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "WeeChat",
|
||||
"description": "WeeChat Web frontend",
|
||||
"icons": {
|
||||
"128": "/glowing-bear/img/favicon.png"
|
||||
},
|
||||
"installs_allowed_from": [
|
||||
"*"
|
||||
],
|
||||
"developer": {
|
||||
"name": "Tor Hveem",
|
||||
"url": "http://github.com/torhve/"
|
||||
},
|
||||
"default_locale": "en"
|
||||
}
|
||||
|
Loading…
Reference in a new issue