2014-02-01 12:54:31 +00:00
|
|
|
{
|
2014-07-03 10:28:05 +00:00
|
|
|
"name": "Telegram",
|
|
|
|
"description": "UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
|
2014-07-03 10:22:23 +00:00
|
|
|
"version": "0.2",
|
2014-06-09 16:43:20 +00:00
|
|
|
"type": "privileged",
|
2014-02-02 19:15:56 +00:00
|
|
|
"launch_path": "/index.html",
|
2014-02-01 12:54:31 +00:00
|
|
|
"developer": {
|
|
|
|
"name": "Igor Zhukov",
|
|
|
|
"url": "https://github.com/zhukov"
|
|
|
|
},
|
|
|
|
"installs_allowed_from": [
|
|
|
|
"*"
|
|
|
|
],
|
2014-07-04 17:54:54 +00:00
|
|
|
"messages": [{
|
|
|
|
"push": "/index.html"
|
|
|
|
}, {
|
|
|
|
"push-register": "/index.html"
|
|
|
|
}],
|
2014-02-01 12:54:31 +00:00
|
|
|
"permissions": {
|
|
|
|
"desktop-notification": {
|
2014-06-09 16:43:20 +00:00
|
|
|
"description": "Required to show new message notifications"
|
|
|
|
},
|
|
|
|
"contacts": {
|
|
|
|
"description": "Required to import phonebook contacts",
|
|
|
|
"access": "readonly"
|
2014-07-04 17:54:54 +00:00
|
|
|
},
|
|
|
|
"push": {
|
|
|
|
"description": "Required for notifications"
|
2014-02-01 12:54:31 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"icons": {
|
2014-02-02 19:15:56 +00:00
|
|
|
"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",
|
|
|
|
"120": "/img/icons/icon120.png",
|
|
|
|
"128": "/img/icons/icon128.png"
|
2014-02-01 12:54:31 +00:00
|
|
|
}
|
2014-02-12 17:33:31 +00:00
|
|
|
}
|