forked from ahmet360/oldGBA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
135 lines (133 loc) · 3.59 KB
/
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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "MSG Retro Emulator",
"short_name": "MSG Emulator",
"start_url": "./",
"display": "standalone",
"description": "An emulator provided by the folks at MSG! We have a wide variety of retro games for you to enjoy, with more being added regularly!",
"lang": "en-US",
"dir": "auto",
"theme_color": "#c8c8c8",
"background_color": "#c8c8c8",
"orientation": "any",
"icons": [
{
"src": "pwa/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "pwa/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "pwa/home.png",
"sizes": "2559x1440",
"type": "image/png",
"description": "A screenshot of the home page"
},
{
"src": "pwa/advancewars.png",
"sizes": "2559x1440",
"type": "image/png",
"description": "A screenshot of a game"
},
{
"src": "pwa/favi.png",
"sizes": "2559x1440",
"type": "image/png",
"description": "A screenshot of a favorites list"
},
{
"src": "pwa/testlaunch.png",
"sizes": "2559x1440",
"type": "image/png",
"description": "A screenshot of the Custom ROM Loader"
},
{
"src": "pwa/old-emu.png",
"sizes": "2559x1440",
"type": "image/png",
"description": "A screenshot of the old GBA emulator"
},
{
"src": "pwa/themes.png",
"sizes": "2559x1440",
"type": "image/png",
"description": "A screenshot of the themes page"
},
{
"src": "pwa/green-home.png",
"sizes": "2559x1440",
"type": "image/png",
"description": "A screenshot of the home page in green"
},
{
"src": "pwa/green-favi.png",
"sizes": "2559x1440",
"type": "image/png",
"description": "A screenshot of a favorites list in green"
}
],
"related_applications": [],
"shortcuts": [
{
"name":"GBA Emulator",
"url":"gba.html",
"description":"Our GBA games",
"icons": [{ "src": "pwa/manifest-icon-96.png", "sizes": "96x96" }]
},
{
"name":"GB Emulator",
"url":"gb.html",
"description":"Our GB games",
"icons": [{ "src": "pwa/manifest-icon-96.png", "sizes": "96x96" }]
},
{
"name":"GBC Emulator",
"url":"gbc.html",
"description":"Our GBC games",
"icons": [{ "src": "pwa/manifest-icon-96.png", "sizes": "96x96" }]
},
{
"name":"NES Emulator",
"url":"nes.html",
"description":"Our NES games",
"icons": [{ "src": "pwa/manifest-icon-96.png", "sizes": "96x96" }]
},
{
"name":"SNES Emulator",
"url":"snes.html",
"description":"Our SNES games",
"icons": [{ "src": "pwa/manifest-icon-96.png", "sizes": "96x96" }]
},
{
"name":"Sega Genesis Emulator",
"url":"segaMD.html",
"description":"Our Sega Genesis games",
"icons": [{ "src": "pwa/manifest-icon-96.png", "sizes": "96x96" }]
},
{
"name":"NDS Emulator",
"url":"nds.html",
"description":"Our NDS games",
"icons": [{ "src": "pwa/manifest-icon-96.png", "sizes": "96x96" }]
},
{
"name":"Uplaod ROM",
"url":"testlaunch.html",
"description":"Upload your own ROMs",
"icons": [{ "src": "pwa/manifest-icon-96.png", "sizes": "96x96" }]
}
],
"categories": [
"education",
"kids",
"lifestyle",
"productivity"
]
}