Files
Zebratic 80c2aa0401 Fix: bundle output to extension/dist/content/, update manifest path
The esbuild outdir was relative to cwd, so it landed at project root
(dist/content/) on a project-root build, not under the extension dir.
Fix:
- esbuild writes to extension/dist/content/
- manifest.json content_scripts.js → dist/content/index.js
- Keeps the extension self-contained so Chrome --load-extension works
  without any external files
2026-07-11 02:29:25 +00:00
..