mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
32 lines
No EOL
674 B
JSON
32 lines
No EOL
674 B
JSON
{
|
|
"short_name":"Rom Patcher JS",
|
|
"name":"Rom Patcher JS",
|
|
"icons":[
|
|
{
|
|
"src": "webapp/app_icon_114.png",
|
|
"sizes": "114x114",
|
|
"type": "image/png",
|
|
"density": "1.0"
|
|
},{
|
|
"src": "webapp/app_icon_144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"density": "1.0"
|
|
},{
|
|
"src": "webapp/app_icon_192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"density": "1.0"
|
|
},{
|
|
"src": "webapp/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"
|
|
} |