MDG-mynode/mempooldotguide.json
2025-04-23 11:38:03 +02:00

65 lines
2.1 KiB
JSON

{
"name": "mempool dot guide",
"short_name": "mempooldotguide",
"author": {
"name": "mempooldotguide author",
"link": ""
},
"website": {
"name": "GitHub",
"link": "https://github.com/FILL_IN_GITHUB_USER/FILL_IN_GITHUB_PROJECT"
},
"category": "bitcoin_app",
"short_description": "Fill in short description",
"description": [
"Fill in longer description"
],
"latest_version": "v0.0.1",
"supported_archs": null,
"download_skip": false,
"download_type": "source",
"download_source_url": "https://github.com/FILL_IN_GITHUB_USER/FILL_IN_GITHUB_PROJECT/archive/refs/tags/{VERSION}.tar.gz",
"download_binary_url": {
"aarch64": "download_url",
"x86_64": "download_url"
},
"install_env_vars": {},
"supports_app_page": true,
"supports_testnet": false,
"http_port": 40000,
"https_port": 40001,
"requires_bitcoin": true,
"requires_docker_image_installation": true,
"requires_electrs": true,
"requires_lightning": false,
"show_on_application_page": true,
"show_on_homepage": true,
"show_on_status_page": true,
"hide_status_icon": false,
"app_tile_name": "mempool dot guide",
"app_tile_running_status_text": "Running",
"app_tile_button_text": "Info",
"app_tile_button_href": "/app/mempooldotguide/info",
"app_page_show_open_button": true,
"app_page_content": [
{
"heading": "Instructions",
"content": [
"Add general usage instructions here. You can open the app with the Open button on the left (if web based).",
"For more custom content, update the template and python files under the 'www' folder.",
"Paragraph 3",
"Paragraph 4",
"Enjoy!"
]
}
],
"can_uninstall": true,
"can_reinstall": true,
"can_enable_disable": true,
"is_beta": false,
"is_premium": false,
"homepage_section": "apps",
"homepage_order": 91,
"app_type": "custom",
"sdk_version": 2
}