2014-02-01 16:54:31 +04:00
|
|
|
{
|
2014-07-03 14:28:05 +04:00
|
|
|
"name": "Telegram",
|
2014-09-19 18:19:09 +04:00
|
|
|
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
|
2014-12-31 18:14:16 +01:00
|
|
|
"version": "0.3.9",
|
2014-06-09 20:43:20 +04:00
|
|
|
"type": "privileged",
|
2014-02-02 23:15:56 +04:00
|
|
|
"launch_path": "/index.html",
|
2014-02-01 16:54:31 +04:00
|
|
|
"developer": {
|
|
|
|
"name": "Igor Zhukov",
|
|
|
|
"url": "https://github.com/zhukov"
|
|
|
|
},
|
|
|
|
"installs_allowed_from": [
|
|
|
|
"*"
|
|
|
|
],
|
2014-07-04 21:54:54 +04:00
|
|
|
"messages": [{
|
|
|
|
"push": "/index.html"
|
|
|
|
}, {
|
|
|
|
"push-register": "/index.html"
|
2014-09-10 18:26:00 +04:00
|
|
|
}, {
|
|
|
|
"notification": "/index.html"
|
2014-07-04 21:54:54 +04:00
|
|
|
}],
|
2014-02-01 16:54:31 +04:00
|
|
|
"permissions": {
|
|
|
|
"desktop-notification": {
|
2014-06-09 20:43:20 +04:00
|
|
|
"description": "Required to show new message notifications"
|
|
|
|
},
|
|
|
|
"contacts": {
|
|
|
|
"description": "Required to import phonebook contacts",
|
|
|
|
"access": "readonly"
|
2014-07-04 21:54:54 +04:00
|
|
|
},
|
|
|
|
"push": {
|
|
|
|
"description": "Required for notifications"
|
2014-11-27 16:48:42 +00:00
|
|
|
},
|
|
|
|
"device-storage:music": {
|
|
|
|
"description": "Required for voice notes download",
|
|
|
|
"access": "createonly"
|
|
|
|
},
|
|
|
|
"device-storage:pictures": {
|
|
|
|
"description": "Required for photos download",
|
|
|
|
"access": "createonly"
|
|
|
|
},
|
|
|
|
"device-storage:sdcard": {
|
|
|
|
"description": "Required for documents download",
|
|
|
|
"access": "createonly"
|
|
|
|
},
|
|
|
|
"device-storage:videos": {
|
|
|
|
"description": "Required for videos download",
|
|
|
|
"access": "createonly"
|
2014-02-01 16:54:31 +04:00
|
|
|
}
|
|
|
|
},
|
2014-09-10 19:18:51 +04:00
|
|
|
"activities": {
|
|
|
|
"share": {
|
|
|
|
"href": "/index.html",
|
|
|
|
"disposition": "window",
|
2014-09-17 14:51:34 +04:00
|
|
|
"filters": {
|
|
|
|
"type": ["image/*","audio/*","video/*"]
|
|
|
|
},
|
2014-09-10 19:18:51 +04:00
|
|
|
"returnValue": false
|
|
|
|
}
|
|
|
|
},
|
2014-09-10 18:26:00 +04:00
|
|
|
"orientation": "portrait-primary",
|
2014-02-01 16:54:31 +04:00
|
|
|
"icons": {
|
2014-02-02 23:15:56 +04: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 16:54:31 +04:00
|
|
|
}
|
2014-02-12 21:33:31 +04:00
|
|
|
}
|