Fix version, path and icon
This commit is contained in:
parent
f07981cdef
commit
8fbfdbe900
|
@ -2,8 +2,9 @@
|
||||||
"name": "WeeChat",
|
"name": "WeeChat",
|
||||||
"description": "WeeChat Web frontend",
|
"description": "WeeChat Web frontend",
|
||||||
"icons": {
|
"icons": {
|
||||||
"128": "/glowing-bear/img/favicon.png"
|
"128": "/glowing-bear/img/weechat_logo_128x128.png"
|
||||||
},
|
},
|
||||||
|
"launch_path": "/glowing-bear/",
|
||||||
"installs_allowed_from": [
|
"installs_allowed_from": [
|
||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
|
@ -11,6 +12,7 @@
|
||||||
"name": "Tor Hveem",
|
"name": "Tor Hveem",
|
||||||
"url": "http://github.com/torhve/"
|
"url": "http://github.com/torhve/"
|
||||||
},
|
},
|
||||||
"default_locale": "en"
|
"default_locale": "en",
|
||||||
|
"version": "2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue