1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00
RomPatcher.js/manifest.json

32 lines
674 B
JSON
Raw Permalink Normal View History

2018-04-28 15:57:54 +02:00
{
"short_name":"Rom Patcher JS",
"name":"Rom Patcher JS",
"icons":[
{
2024-08-09 19:30:49 +02:00
"src": "webapp/app_icon_114.png",
2019-05-31 21:00:39 +02:00
"sizes": "114x114",
"type": "image/png",
"density": "1.0"
},{
2024-08-09 19:30:49 +02:00
"src": "webapp/app_icon_144.png",
2019-05-31 21:00:39 +02:00
"sizes": "144x144",
"type": "image/png",
"density": "1.0"
},{
2024-08-09 19:30:49 +02:00
"src": "webapp/app_icon_192.png",
2018-04-28 15:57:54 +02:00
"sizes": "192x192",
"type": "image/png",
"density": "1.0"
},{
2024-08-09 19:30:49 +02:00
"src": "webapp/app_icon_maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
2018-04-28 15:57:54 +02:00
}
],
2024-08-09 19:30:49 +02:00
"start_url": "./index.html",
2018-04-28 15:57:54 +02:00
"display": "standalone",
"orientation": "portrait",
"theme_color": "#31343a",
"background_color": "#31343a"
}