-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.json
38 lines (38 loc) · 917 Bytes
/
manifest.json
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": "EmulatorJS Demo",
"short_name": "EmulatorJS",
"start_url": "/",
"id": "org.emulatorjs.demo",
"scope": "./",
"display": "standalone",
"background_color": "#000",
"theme_color": "#1AAFFF",
"orientation": "any",
"description": "EmulatorJS is a frontend for RetroArch in the web browser.",
"screenshots": [
{
"src": "/img/screenshot.png",
"type": "image/png",
"sizes": "2560x1440",
"form_factor": "wide"
},{
"src": "/img/mobile_screenshot.png",
"type": "image/png",
"sizes": "750x1333",
"form_factor": "narrow"
}
],
"icons": [
{
"src": "/img/logo.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/img/icon.png",
"sizes": "489x489",
"type": "image/png",
"purpose": "maskable"
}
]
}