Files
MicroPythonOS/internal_filesystem/apps/com.micropythonos.doom/META-INF/MANIFEST.JSON
T
2025-12-22 22:32:32 +01:00

25 lines
842 B
JSON

{
"name": "Doom",
"publisher": "MicroPythonOS",
"short_description": "Legendary 3D shooter",
"long_description": "Plays Doom 1, 2 and modded .wad files from internal storage or SD card and plays them. Place them in the folder /roms/doom/ . Uses ducalex's retro-go port of PrBoom. Supports zipped wad files too.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom/icons/com.micropythonos.doom_0.0.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom/mpks/com.micropythonos.doom_0.0.1.mpk",
"fullname": "com.micropythonos.doom",
"version": "0.0.1",
"category": "games",
"activities": [
{
"entrypoint": "assets/doom.py",
"classname": "Doom",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}