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

27 lines
530 B
JSON
Raw Normal View History

2018-04-28 15:57:54 +02:00
{
"short_name":"Rom Patcher JS",
"name":"Rom Patcher JS",
"icons":[
{
2020-07-12 17:41:27 +02:00
"src": "style/logo114.png",
2019-05-31 21:00:39 +02:00
"sizes": "114x114",
"type": "image/png",
"density": "1.0"
},{
2020-07-12 17:41:27 +02:00
"src": "style/logo144.png",
2019-05-31 21:00:39 +02:00
"sizes": "144x144",
"type": "image/png",
"density": "1.0"
},{
2020-07-12 17:41:27 +02:00
"src": "style/logo192.png",
2018-04-28 15:57:54 +02:00
"sizes": "192x192",
"type": "image/png",
"density": "1.0"
}
],
"start_url": "index.html",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#31343a",
"background_color": "#31343a"
}