webogram-i2p/app/manifest.json
Igor Zhukov 6d170ea741 Fixed packaged apps monifests
Added filters for FFOS
Fixed name for Chrome
2014-09-17 14:51:34 +04:00

27 lines
532 B
JSON

{
"name": "Telegram",
"version": "0.3.0",
"short_name": "Webogram",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["js/background.js"]
}
},
"permissions": [
"notifications",
"webview",
{"fileSystem": ["write"]},
"storage",
"unlimitedStorage"
],
"icons": {
"16": "img/icons/icon16.png",
"32": "img/icons/icon32.png",
"60": "img/icons/icon60.png",
"64": "img/icons/icon64.png",
"90": "img/icons/icon90.png",
"128": "img/icons/icon128.png"
}
}