2014-01-05 16:07:11 +00:00
|
|
|
{
|
2014-09-17 10:51:34 +00:00
|
|
|
"name": "Telegram",
|
2014-10-02 13:16:24 +00:00
|
|
|
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
|
2018-01-18 05:20:41 +00:00
|
|
|
"version": "0.7.0",
|
2014-12-16 23:51:15 +00:00
|
|
|
"short_name": "Telegram",
|
2014-01-05 16:07:11 +00:00
|
|
|
"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",
|
2015-04-20 10:59:34 +00:00
|
|
|
"unlimitedStorage",
|
|
|
|
"fullscreen"
|
2014-01-05 16:07:11 +00:00
|
|
|
],
|
2016-06-29 17:22:13 +00:00
|
|
|
"gcm_sender_id": "122867383838",
|
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
|
|
|
}
|