mirror of
https://gitlab.com/octospacc/Web-Archives-Misc
synced 2024-12-29 09:10:28 +01:00
42 lines
937 B
JSON
42 lines
937 B
JSON
{
|
|
"name": "Eclipse",
|
|
"short_name": "Eclipse",
|
|
"description": "Eclipse lets you play NES, GB/GBC, GBA, and SNES games right in your web browser.",
|
|
"lang": "en-US",
|
|
"start_url": "/play/",
|
|
"display": "standalone",
|
|
"background_color": "#EE350F",
|
|
"theme_color": "#EE350F",
|
|
"icons": [
|
|
{
|
|
"src": "static/icons/128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "static/icons/144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "static/icons/152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "static/icons/192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "static/icons/256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "static/icons/512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |