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