80af2bd0af
- optipng all the images! - we're not using glyphicons-halflings.png (it's coming from a CDN) - replace WeeChat logo with Glowing Bear logo in Firefox app & fix paths
21 lines
557 B
JSON
21 lines
557 B
JSON
{
|
|
"name": "WeeChat",
|
|
"description": "WeeChat Web frontend",
|
|
"launch_path": "/glowing-bear/index.html",
|
|
"icons": {
|
|
"128": "/glowing-bear/assets/img/glowing_bear_128x128.png",
|
|
"60": "/glowing-bear/assets/img/glowing_bear_60x60.png",
|
|
"90": "/glowing-bear/assets/img/glowing_bear_90x90.png",
|
|
"32": "/glowing-bear/assets/img/favicon.png"
|
|
},
|
|
"installs_allowed_from": [
|
|
"*"
|
|
],
|
|
"developer": {
|
|
"name": "The Glowing Bear Authors",
|
|
"url": "https://github.com/glowing-bear"
|
|
},
|
|
"default_locale": "en",
|
|
"version": "2"
|
|
}
|
|
|