Manifest changes for deployment

This commit is contained in:
Shuhao Wu 2013-08-30 16:49:08 -07:00
Родитель 95f9123647
Коммит 63647e98ad
1 изменённых файлов: 6 добавлений и 7 удалений

Просмотреть файл

@ -1,17 +1,16 @@
{
"name": "Offline Mozilla Support",
"description": "offline support.mozilla.org",
"version": "0.2",
"name": "Mozilla Support",
"description": "Offline support.mozilla.org",
"version": "0.1",
"launch_path": "/",
"icons": {
"60": "/static/img/icon.png",
"128": "/static/img/icon-128.png"
},
"developer": {
"name": "Mozilla",
"url": "http://mozilla.org"
"name": "Mozilla Support",
"url": "https://support.mozilla.org"
},
"default_locale": "en",
"appcache_path": "/manifest.appcache",
"fullscreen": true
"appcache_path": "/manifest.appcache"
}