Add some more info in the webextension manifest

This commit is contained in:
Mossroy 2017-04-05 17:57:26 +02:00
parent adcbd35db4
commit 2de1354218

View File

@ -4,7 +4,7 @@
"version": "2.0",
"description": "Kiwix : offline wikipedia reader",
"icons": {
"16": "www/img/icons/kiwix-16.png",
"19": "www/img/icons/kiwix-19.png",
@ -29,5 +29,9 @@
"background": {
"scripts": ["webextension/backgroundscript.js"]
}
},
"author": "mossroy",
"homepage_url": "http://www.kiwix.org",
"offline_enabled": true
}