webogram-i2p/app/manifest.json

28 lines
636 B
JSON
Raw Normal View History

2014-01-05 20:07:11 +04:00
{
"name": "Telegram",
2014-10-02 17:16:24 +04:00
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
2014-11-12 22:52:40 +03:00
"version": "0.3.4",
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
}