-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
43 lines (43 loc) · 917 Bytes
/
manifest.json
File metadata and controls
43 lines (43 loc) · 917 Bytes
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
{
"name": "Mountea Framework",
"short_name": "Mountea",
"description": "An open-source library of plugins and tools for Unreal Engine developers.",
"lang": "en-US",
"start_url": "./index.html",
"scope": "./",
"display": "browser",
"orientation": "portrait-primary",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/assets/icon.webp",
"sizes": "192x192",
"type": "image/webp",
"purpose": "any"
},
{
"src": "/assets/icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "/assets/mounteaCover.webp",
"sizes": "1200x630",
"type": "image/webp"
},
{
"src": "/assets/mounteaCover.png",
"sizes": "1200x630",
"type": "image/png"
}
],
"categories": [
"developer",
"productivity",
"game"
]
}