fpPS4-Temmie-s-Launcher/App/webPackage.json
2023-09-25 18:39:00 -03:00

18 lines
No EOL
631 B
JSON

{
"lang": "en",
"scope": "/",
"theme_color": "#000",
"display": "minimal-ui",
"author": "TemmieHeartz",
"start_url": "index.htm",
"orientation": "landscape",
"background_color": "#000",
"name": "fpPS4 Temmie's Launcher",
"prefer_related_applications": true,
"short_name": "fpPS4 Temmie's Launcher",
"description": "A simple(?) launcher for fpPS4 project",
"icons": [
{ "src": "img/icon.png", "type": "image/png", "purpose": "any maskable", "sizes": "256x256" },
{ "src": "img/icon.png", "type": "image/png", "purpose": "any maskable", "sizes": "512x512" }
]
}