-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathamelia.json
More file actions
71 lines (71 loc) · 1.7 KB
/
amelia.json
File metadata and controls
71 lines (71 loc) · 1.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Midori Browser",
"vendor": "Astian",
"appId": "midori",
"binaryName": "midori",
"version": {
"product": "firefox",
"version": "149.0.2",
"candidate": "149.0.2"
},
"buildOptions": {
"generateBranding": true
},
"addons": {
"midori-privacy": {
"id": "midori-privacy-blocker",
"repo": "goastian/midori-privacy",
"version": "v2.1.2",
"platform": "github",
"fileGlob": "midori-privacy-2.1.0-firefox.zip"
},
"midori-newtab": {
"id": "midori-newtab",
"repo": "goastian/midori-tab",
"version": "v.1.0.11",
"platform": "github",
"fileGlob": "midori-tab-1.0.11-firefox.zip"
}
},
"brands": {
"release": {
"backgroundColor": "#282A33",
"brandShorterName": "Midori",
"brandShortName": "Midori",
"brandFullName": "Midori Browser",
"release": {
"displayVersion": "11.6.5",
"github": {
"repo": "goastian/midori-desktop"
},
"archives": {
"windows": "windows.mar",
"macos-aarch64": "macos-aarch64.mar",
"linux": "linux.mar",
"macos-x64": "macos-x64.mar",
"windows-arm64": "windows-arm64.mar",
"linux-aarch64": "linux-aarch64.mar"
}
}
},
"dawn": {
"backgroundColor": "#282A33",
"brandShorterName": "Midori",
"brandShortName": "Dawn",
"brandFullName": "Midori Dawn",
"release": {
"displayVersion": "11.6.3",
"github": {
"repo": "goastian/midori-desktop"
}
}
}
},
"license": {
"ignoredFiles": [
".*\\.json"
],
"licenseType": "MPL-2.0"
},
"updateHostname": "update.astian.org"
}