Merge pull request #342 from glowing-bear/ffapp

Fix the name in the browser apps
This commit is contained in:
Tor Hveem 2014-07-17 15:33:18 +02:00
commit 852c9ad4fb
2 changed files with 7 additions and 8 deletions

View File

@ -1,11 +1,11 @@
{
"name": "Weechat",
"name": "Glowing Bear",
"description": "WeeChat Web frontend",
"version": "0.0.0.1",
"version": "0.3.0",
"manifest_version": 2,
"icons": {
"32": "img/favicon.png",
"128": "img/weechat_logo_128x128.png"
"32": "assets/img/favicon.png",
"128": "assets/img/glowing_bear_128x128.png"
},
"app": {
"urls": [
@ -20,6 +20,6 @@
"notifications"
],
"web_accessible_resources": [
"img/favicon.png"
"assets/img/favicon.png"
]
}

View File

@ -1,5 +1,5 @@
{
"name": "WeeChat",
"name": "Glowing Bear",
"description": "WeeChat Web frontend",
"launch_path": "/glowing-bear/index.html",
"icons": {
@ -16,6 +16,5 @@
"url": "https://github.com/glowing-bear"
},
"default_locale": "en",
"version": "2"
"version": "0.3.0"
}