webos/web/apps/video/index.json
2024-02-28 17:21:32 +08:00

19 lines
650 B
JSON

{
"code": "video",
"name": "视频播放器",
"version": "1.0.0",
"author": "阿范",
"firstCat": "app",
"secondCat": "文件增强",
"imgPath": "apps/video/icon.png",
"descr": "视频播放器",
"screenShots": "[]",
"effect": "视频播放器",
"rightMenuAddAll": [
{"ext": "mp4,ogg,webm,flv,m3u8,mpd,torrent,mkv,mov,m3u8x,m4v","icon": "apps/video/icon.png", "expAction": "playlist","name": "视频播放器列表"}
],
"rightMenuOpenWith": [
{"ext": "mp4,ogg,webm,flv,m3u8,mpd,torrent,mkv,mov,m3u8x,m4v","icon": "apps/video/icon.png", "expAction": "open","name": "视频播放器播放"}
],
"rightMenuNew": []
}