-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (38 loc) · 1009 Bytes
/
manifest.json
File metadata and controls
39 lines (38 loc) · 1009 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
{
"name": "PS4 Games Database",
"short_name": "PS4 Games DB",
"description": "Complete PS4 games database with 6,001+ games and 38,690+ download links. Browse and search games directly on your PS4 browser.",
"start_url": "./ps4-pwa-optimized.html",
"display": "fullscreen",
"orientation": "landscape",
"background_color": "#1a1a2e",
"theme_color": "#003791",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["games", "entertainment", "utilities"],
"lang": "en-US",
"dir": "ltr",
"scope": "./",
"prefer_related_applications": false,
"related_applications": [],
"screenshots": [
{
"src": "screenshot-1920x1080.png",
"sizes": "1920x1080",
"type": "image/png",
"label": "PS4 Games Database - Main Screen"
}
]
}