webogram-i2p/app/manifest.json

29 lines
654 B
JSON
Raw Normal View History

2014-01-05 16:07:11 +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",
2015-10-13 19:47:53 +00:00
"version": "0.4.9",
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": [
"notifications",
2014-01-05 16:07:11 +00:00
"webview",
{"fileSystem": ["write"]},
"storage",
2015-04-20 10:59:34 +00:00
"unlimitedStorage",
"fullscreen"
2014-01-05 16:07:11 +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
}