1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00
RomPatcher.js/legacy/manifest.json
2024-08-09 19:30:49 +02:00

32 lines
No EOL
668 B
JSON

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