-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsite.webmanifest
32 lines (32 loc) · 988 Bytes
/
site.webmanifest
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
{
"name": "FactorioLab",
"short_name": "FactorioLab",
"description": "A feature-rich factory production calculator for Factorio and other factory games. Determine resource and machine requirements for your desired objectives.",
"id": "/",
"start_url": "/",
"theme_color": "#009fce",
"background_color": "#121212",
"display": "standalone",
"categories": ["games", "utilities"],
"icons": [
{
"src": "/android-chrome-192x192.png?v=1",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=1",
"sizes": "512x512",
"type": "image/png"
}
],
"shortcuts": [
{ "name": "Factorio", "url": "1.1" },
{ "name": "Dyson Sphere Program", "url": "dsp" },
{ "name": "Satisfactory", "url": "sfy" },
{ "name": "Captain of Industry", "url": "coi" },
{ "name": "Techtonica", "url": "tta" },
{ "name": "Final Factory", "url": "ffy" },
{ "name": "Factor Y", "url": "fay" }
]
}