2014-01-05 20:07:11 +04:00
|
|
|
{
|
|
|
|
"name": "Telegram UNOFFICIAL",
|
2014-03-23 00:19:07 +04:00
|
|
|
"version": "0.0.21",
|
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": [
|
2014-02-10 21:25:21 +04:00
|
|
|
"notifications",
|
2014-01-05 20:07:11 +04:00
|
|
|
"webview",
|
|
|
|
{"fileSystem": ["write"]},
|
|
|
|
"storage"
|
|
|
|
],
|
2014-02-01 16:54:31 +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
|
|
|
}
|