{ "human_name": "TIC-80", "description": "TIC-80 tiny computer", "platforms": ["TIC-80"], "runner_executable": "tic80/tic80", "flatpak_id": "com.tic80.TIC_80", "game_options": [ { "option": "main_file", "type": "file", "label": "ROM file", "default_path": "game_path" } ], "runner_options": [ { "option": "fullscreen", "type": "bool", "label": "Start in fullscreen", "default": false, "argument": "--fullscreen" }, { "option": "software_rendering", "type": "bool", "label": "Software rendering", "default": false, "argument": "--soft" }, { "option": "skip", "type": "bool", "label": "Skip startup animation", "default": false, "argument": "--skip" }, { "option": "nosound", "type": "bool", "label": "Start in silent mode", "default": false, "argument": "--volume=0" } ] }