1 Star 1 Fork 0

Telegram/Webogram

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.webapp 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
Igor Zhukov 提交于 2016-07-06 04:52 +08:00 . Bump to 0.5.5
{
"name": "Telegram",
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.5.5",
"type": "privileged",
"launch_path": "/index.html",
"developer": {
"name": "Igor Zhukov",
"url": "https://github.com/zhukov"
},
"installs_allowed_from": [
"*"
],
"messages": [{
"push": "/index.html"
}, {
"push-register": "/index.html"
}, {
"notification": "/index.html"
}],
"permissions": {
"desktop-notification": {
"description": "Required to show new message notifications"
},
"contacts": {
"description": "Required to import phonebook contacts",
"access": "readonly"
},
"push": {
"description": "Required for notifications"
},
"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"
}
},
"activities": {
"share": {
"href": "/index.html",
"disposition": "window",
"filters": {
"type": ["image/*","audio/*","video/*", "url"],
"url": {
"pattern": "https?:.{1,16384}",
"regexp": "^https?:"
}
},
"returnValue": false
},
"view": {
"href": "/index.html",
"disposition": "window",
"filters": {
"type": "url",
"url": {
"required": true,
"pattern": "tg:.{1,16384}",
"regexp": "^tg:"
}
},
"returnValue": false
}
},
"orientation": "portrait-primary",
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Telegram/webogram.git
git@gitee.com:Telegram/webogram.git
Telegram
webogram
Webogram
master

搜索帮助