This repository was archived by the owner on Apr 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmanifest.json
More file actions
93 lines (93 loc) · 2.36 KB
/
manifest.json
File metadata and controls
93 lines (93 loc) · 2.36 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "FAForever Patchnotes",
"short_name": "FA Patches",
"description": "Browse and access the latest FAForever balance and game patch notes",
"version": "2.3.0",
"start_url": "/",
"display": "standalone",
"background_color": "#222831",
"theme_color": "#00d2ff",
"orientation": "portrait-primary",
"scope": "/",
"lang": "en-US",
"categories": ["games", "utilities"],
"prefer_related_applications": false,
"icons": [
{
"src": "./assets/images/icons/icon-72x72.svg",
"sizes": "72x72",
"type": "image/svg+xml",
"purpose": "maskable any"
},
{
"src": "./assets/images/icons/icon-96x96.svg",
"sizes": "96x96",
"type": "image/svg+xml",
"purpose": "maskable any"
},
{
"src": "./assets/images/icons/icon-128x128.svg",
"sizes": "128x128",
"type": "image/svg+xml",
"purpose": "maskable any"
},
{
"src": "./assets/images/icons/icon-144x144.svg",
"sizes": "144x144",
"type": "image/svg+xml",
"purpose": "maskable any"
},
{
"src": "./assets/images/icons/icon-152x152.svg",
"sizes": "152x152",
"type": "image/svg+xml",
"purpose": "maskable any"
},
{
"src": "./assets/images/icons/icon-192x192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "maskable any"
},
{
"src": "./assets/images/icons/icon-384x384.svg",
"sizes": "384x384",
"type": "image/svg+xml",
"purpose": "maskable any"
},
{
"src": "./assets/images/icons/icon-512x512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable any"
}
],
"shortcuts": [
{
"name": "Latest Patch",
"short_name": "Latest",
"description": "View the most recent balance patch",
"url": "/pages/2025/3825.html",
"icons": [{ "src": "./assets/images/icons/icon-96x96.svg", "sizes": "96x96" }]
},
{
"name": "Patch History",
"short_name": "History",
"description": "Browse all patch notes",
"url": "/",
"icons": [{ "src": "./assets/images/icons/icon-96x96.svg", "sizes": "96x96" }]
}
],
"related_applications": [
{
"platform": "web",
"url": "https://www.faforever.com/"
}
],
"protocol_handlers": [
{
"protocol": "web+faforever",
"url": "/pages/%s"
}
]
}