-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webapp
86 lines (86 loc) · 2.51 KB
/
manifest.webapp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "S-Vid Player",
"description": "Video Player For Kaios 2.5.x. Fast Forward, Smooth Effect, Search Video, Jump To Video Using Numpad, Zoom In/Out, Rotate Video As Per Choise, Videos List, Last PlayBack, Assaigned With Filemanager, Minimize Video, Play As Fullscreen, Mute/Unmute, Subtitle On/off, Varius Subtitle File Support webvtt, *.vtt, *.srt, Advance Features And Many Others Features Are Available. Download And Enjoy.",
"type": "privileged",
"launch_path": "/index.html",
"developer": {
"name": "shifat100",
"url": "http://shifat100.xtgem.com/"
},
"origin": "app://s-vid.player",
"fullscreen": true,
"permissions": {
"themeable": {},
"storage": {},
"audio-channel-content": {},
"nfc-share": {},
"xhr": {},
"device-storage:sdcard": {
"access": "readwrite"
},
"device-storage:sdcard1": {
"access": "readwrite"
},
"device-storage:music": {
"access": "readwrite"
},
"feature-detection": {}
},
"locales": {
"en-US": {
"name": "S-Vid Player",
"description": "Video Player For Kaios 2.5.x. Fast Forward, Smooth Effect, Search Video, Jump To Video Using Numpad, Zoom In/Out, Rotate Video As Per Choise, Videos List, Last PlayBack, Assaigned With Filemanager, Minimize Video, Play As Fullscreen, Mute/Unmute, Subtitle On/off, Varius Subtitle File Support webvtt, *.vtt, *.srt, Advance Features And Many Others Features Are Available. Download And Enjoy."
}
},
"default_locale": "en-US",
"icons": {
"56": "/icons/ic-56.png",
"112": "/icons/ic-112.png",
"128": "/icons/ic-128.png"
},
"activities": {
"view": {
"filters": {
"type": [
"video/webm",
"video/mp4",
"video/3gpp",
"video/3gpp2",
"video/ogg",
"video/x-matroska"
]
},
"href": "view.html",
"disposition": "inline",
"returnValue": true
},
"open": {
"filters": {
"type": [
"video/webm",
"video/mp4",
"video/3gpp",
"video/3gpp2",
"video/ogg",
"video/x-matroska"
]
},
"href": "view.html",
"disposition": "inline",
"returnValue": true
},
"share": {
"href": "/share.html",
"filters": {
"filenames": {
"pattern": ".*(mp|3g|mp4|3gp|mp3|3gpp|ja|mkv|m4)$",
"patternFlags": "gi"
}
},
"disposition": "inline",
"returnValue": true
}
},
"version": "1.8.0",
"cursor": false
}