-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp_path.json
More file actions
48 lines (48 loc) · 1.15 KB
/
app_path.json
File metadata and controls
48 lines (48 loc) · 1.15 KB
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
{
"word": {
"ext": ["doc", "docx"],
"path": "C:\\Program Files\\LibreOffice\\program\\swriter.exe",
"ico": "word.ico"
},
"excel": {
"ext": ["xls", "xlsx"],
"path": "C:\\Program Files\\LibreOffice\\program\\scalc.exe",
"ico": "excel.ico"
},
"ppt": {
"ext": ["ppt", "pptx"],
"path": "C:\\Program Files\\LibreOffice\\program\\simpress.exe",
"ico": "ppt.ico"
},
"pdf": {
"ext": ["pdf"],
"path": "C:\\Program Files\\LibreOffice\\program\\sdraw.exe",
"ico": "pdf.ico"
},
"text": {
"ext": ["txt"],
"path": "C:\\Windows\\System32\\notepad.exe",
"ico": "text.ico"
},
"zip": {
"ext": ["zip", "7z"],
"path": "C:\\Program Files\\7-Zip\\7zFM.exe",
"ico": "zip.ico"
},
"photo": {
"ext": ["png", "jpg", "jpeg"],
"path": "C:\\Windows\\system32\\rundll32.exe",
"arg": "\"C:\\Program Files\\Windows Photo Viewer\\PhotoViewer.dll\", ImageView_Fullscreen",
"ico": "photo.ico"
},
"audio": {
"ext": ["mp3", "wav", "opus"],
"path": "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe",
"ico": "audio.ico"
},
"video": {
"ext": ["mp4", "m4v"],
"path": "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe",
"ico": "video.ico"
}
}