webogram-i2p/app/manifest.json

27 lines
543 B
JSON
Raw Normal View History

2014-01-05 20:07:11 +04:00
{
"name": "Telegram UNOFFICIAL",
2014-06-14 00:19:17 +04:00
"version": "0.1.6",
2014-01-05 20:07:11 +04:00
"short_name": "Webogram",
"manifest_version": 2,
"app": {
"background": {
2014-03-16 15:29:08 +01:00
"scripts": ["js/background.js"]
2014-01-05 20:07:11 +04:00
}
},
"permissions": [
"notifications",
2014-01-05 20:07:11 +04:00
"webview",
{"fileSystem": ["write"]},
"storage",
"unlimitedStorage"
2014-01-05 20:07:11 +04:00
],
"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"
}
2014-02-12 21:33:31 +04:00
}