1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-07-27 16:48:31 +00:00
RomPatcher.js/manifest.json
2020-07-12 17:41:27 +02:00

27 lines
No EOL
530 B
JSON

{
"short_name":"Rom Patcher JS",
"name":"Rom Patcher JS",
"icons":[
{
"src": "style/logo114.png",
"sizes": "114x114",
"type": "image/png",
"density": "1.0"
},{
"src": "style/logo144.png",
"sizes": "144x144",
"type": "image/png",
"density": "1.0"
},{
"src": "style/logo192.png",
"sizes": "192x192",
"type": "image/png",
"density": "1.0"
}
],
"start_url": "index.html",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#31343a",
"background_color": "#31343a"
}