webogram-i2p/app/manifest.webapp
2014-03-23 00:19:07 +04:00

28 lines
725 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Webogram",
"description": "Webogram UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.0.21",
"launch_path": "/index.html",
"developer": {
"name": "Igor Zhukov",
"url": "https://github.com/zhukov"
},
"installs_allowed_from": [
"*"
],
"permissions": {
"desktop-notification": {
"description": "To show new message notifications etc"
}
},
"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",
"120": "/img/icons/icon120.png",
"128": "/img/icons/icon128.png"
}
}