Ai
1 Star 1 Fork 0

Telegram/Webogram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
background.js 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
Igor Zhukov 提交于 2016-07-06 04:52 +08:00 . Bump to 0.5.5
/*!
* Webogram v0.5.5 - messaging web application for MTProto
* https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE
*/
chrome.app.runtime.onLaunched.addListener(function (launchData) {
chrome.app.window.create('../index.html', {
id: 'webogram-chat',
innerBounds: {
width: 1000,
height: 700
},
minWidth: 320,
minHeight: 400,
frame: 'chrome'
})
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Telegram/webogram.git
git@gitee.com:Telegram/webogram.git
Telegram
webogram
Webogram
master

搜索帮助