Skip to content

imageactionbot/ImageActionBot

Repository files navigation

ImageActionBot Website

SEO-friendly landing website with dynamic release metadata.

Quick update workflow (no HTML edit needed)

Update only download.json:

  • version: release version text
  • file_name: installer name
  • download_url: direct setup link
  • last_updated: release date in YYYY-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.

Optional ad metadata

ad.json includes a last_updated field and placeholder ad metadata for future banner integration.

Files

  • index.html - primary landing page
  • how-to-use.html - advanced usage guide
  • main.css - responsive styling
  • main.js - JSON metadata loader
  • download.json - single source release metadata
  • ad.json - optional ad metadata

Releases

No releases published

Packages

 
 
 

Contributors