-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
PublisherIDs.json
63 lines (62 loc) · 2.32 KB
/
PublisherIDs.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
57
58
59
60
61
62
63
{
"kiwix-js-electron": {
"publishers": {
"Microsoft": {
"name": "Microsoft Store",
"type": "appx",
"identityName": "Kiwix.KiwixJS",
"displayName": "Kiwix JS",
"publisher": "CN=0A5438F5-EEA6-4300-9B77-E45BBD148885",
"publisherDisplayName": "Kiwix"
},
"Kiwix": {
"name": "GitHub Releases",
"type": "appx",
"identityName": "Kiwix.KiwixJS",
"dispalyName": "Kiwix JS",
"publisher": "CN=Association Kiwix, O=Association Kiwix, L=Lausanne, S=Canton of Vaud, C=CH",
"publisherDisplayName": "Association Kiwix"
}
}
},
"kiwix-js-wikimed": {
"publishers": {
"Microsoft": {
"name": "Microsoft Store",
"type": "appx",
"identityName": "Kiwix.WikiMed",
"displayName": "WikiMed by Kiwix",
"publisher": "CN=0A5438F5-EEA6-4300-9B77-E45BBD148885",
"publisherDisplayName": "Kiwix"
},
"Kiwix": {
"name": "GitHub Releases",
"type": "appx",
"identityName": "Kiwix.WikiMed",
"displayName": "WikiMed by Kiwix",
"publisher": "CN=Association Kiwix, O=Association Kiwix, L=Lausanne, S=Canton of Vaud, C=CH",
"publisherDisplayName": "Association Kiwix"
}
}
},
"kiwix-js-wikivoyage": {
"publishers": {
"Microsoft": {
"name": "Microsoft Store",
"type": "appx",
"identityName": "Kiwix.WikivoyagebyKiwix",
"displayName": "Wikivoyage by Kiwix",
"publisher": "CN=0A5438F5-EEA6-4300-9B77-E45BBD148885",
"publisherDisplayName": "Kiwix"
},
"Kiwix": {
"name": "GitHub Releases",
"type": "appx",
"identityName": "Kiwix.WikivoyagebyKiwix",
"displayName": "Wikivoyage by Kiwix",
"publisher": "CN=Association Kiwix, O=Association Kiwix, L=Lausanne, S=Canton of Vaud, C=CH",
"publisherDisplayName": "Association Kiwix"
}
}
}
}