1 Star 0 Fork 0

铁西/WebOffice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.webapp 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
{
"activities": {
"externa_url": {
"returnValue": true,
"href": "/externa_url.html",
"disposition": "inline",
"filters": {
"url": {
"regexp": "/^https?:.{1,16384}$/i",
"required": true
},
"type": "url"
}
}
},
"name": "WebOffice",
"description": "OpenDocument Reader for Firefox OS.",
"type" : "privileged",
"launch_path": "/index.html",
"version": "1.2",
"icons": {
"256": "/images/icon/256x256.png",
"128": "/images/icon/128x128.png",
"64": "/images/icon/64x64.png",
"60": "/images/icon/60x60.png",
"48": "/images/icon/48x48.png",
"32": "/images/icon/32x32.png",
"30": "/images/icon/30x30.png",
"16": "/images/icon/16x16.png"
},
"developer": {
"name": "FoxXapp © 2014",
"url": "http://foxxapp.com/"
},
"permissions": {
"device-storage:sdcard": {
"description" : "Pick a .odt, .ods, .odx file from the SD card.",
"access": "readonly"
}
},
"default_locale": "es"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tiexi/WebOffice.git
git@gitee.com:tiexi/WebOffice.git
tiexi
WebOffice
WebOffice
master

搜索帮助