SEO-friendly landing website with dynamic release metadata.
Update only download.json:
version: release version textfile_name: installer namedownload_url: direct setup linklast_updated: release date inYYYY-MM-DD
Example:
{
"version": "1.0.0",
"file_name": "imageactionbot_setup.exe",
"download_url": "https://your-link/imageactionbot_setup.exe",
"last_updated": "2026-04-03"
}All download buttons and release labels update automatically via main.js.
Note: File naming helps consistency, but "Unknown Publisher" warnings are controlled by code signing (Authenticode), not by filename alone.
ad.json includes a last_updated field and placeholder ad metadata for future banner integration.
index.html- primary landing pagehow-to-use.html- advanced usage guidemain.css- responsive stylingmain.js- JSON metadata loaderdownload.json- single source release metadataad.json- optional ad metadata