forked from nadir/adobe-rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
56 lines (55 loc) · 1.28 KB
/
meta.json
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
[{
"processName": "photoshop.exe",
"splitBy": " @ ",
"splitIndex": 0,
"largeImageKey": "photoshop_large",
"smallImageKey": "photoshop_small",
"largeText": "Adobe Photoshop",
"smallText": "Editing"
},
{
"processName": "adobe premiere pro.exe",
"splitBy": " - ",
"splitIndex": 1,
"largeImageKey": "premierepro_large",
"smallImageKey": "premierepro_small",
"largeText": "Adobe Premiere Pro",
"smallText": "Editing"
},
{
"processName": "illustrator.exe",
"splitBy": " @ ",
"splitIndex": 0,
"largeImageKey": "illustrator_large",
"smallImageKey": "illustrator_small",
"largeText": "Adobe Illustrator",
"smallText": "Editing"
},
{
"processName": "afterfx.exe",
"splitBy": " - ",
"splitIndex": 1,
"largeImageKey": "aftereffects_large",
"smallImageKey": "aftereffects_small",
"largeText": "Adobe After Effects",
"smallText": "Editing"
},
{
"processName": "acrobat.exe",
"splitBy": " - ",
"splitIndex": 0,
"largeImageKey": "acrobat_large",
"smallImageKey": "acrobat_small",
"largeText": "Adobe Acrobat",
"smallText": "Reading"
},
{
"processName": "indesign.exe",
"splitBy": " @ ",
"splitIndex": 0,
"largeImageKey": "indesign_large",
"smallImageKey": "indesign_small",
"largeText": "Adobe InDesign",
"smallText": "Editing"
}
]