mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
15 lines
447 B
JSON
15 lines
447 B
JSON
|
{
|
||
|
"name": "Pandemonium Engine Web Editor",
|
||
|
"short_name": "Pandemonium",
|
||
|
"description": "Multi-platform 2D and 3D game engine with a feature-rich editor (Web edition)",
|
||
|
"lang": "en",
|
||
|
"start_url": "./pandemonium.tools.html",
|
||
|
"display": "standalone",
|
||
|
"theme_color": "#202531",
|
||
|
"icons": [{
|
||
|
"src": "favicon.png",
|
||
|
"sizes": "256x256",
|
||
|
"type": "image/png"
|
||
|
}],
|
||
|
"background_color": "#333b4f"
|
||
|
}
|