Files
MicroPythonOS/internal_filesystem/apps/com.micropythonos.connect4/META-INF/MANIFEST.JSON
T
Thomas Farstrike 1bef944115 Increment versions
2026-01-26 20:21:53 +01:00

24 lines
822 B
JSON

{
"name": "Connect 4",
"publisher": "MicroPythonOS",
"short_description": "Classic Connect 4 game",
"long_description": "Play Connect 4 against the computer with three difficulty levels: Easy, Medium, and Hard. Drop colored discs and try to connect four in a row!",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/icons/com.micropythonos.connect4_0.1.0_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/mpks/com.micropythonos.connect4_0.1.0.mpk",
"fullname": "com.micropythonos.connect4",
"version": "0.1.0",
"category": "games",
"activities": [
{
"entrypoint": "assets/connect4.py",
"classname": "Connect4",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}