25 rules over manifest.json: every line Manifest V3 or the Chrome Web Store upload refuses, with the
128
25 rules over manifest.json: every line Manifest V3 or the Chrome Web Store upload refuses, with the fix beside it. The shipped MV2 fixture returns 19 findings, 16 of them errors that block the upload; the migrated file returns 0.
docker run --rm -v "$PWD":/work getreadystack/mv3-manifest-preflight /work/file
The same 25 rules as the VS Code extension, in a container. Mount a folder on /work.
--rules lists every ruledocker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/mv3-manifest-preflight --dir /work --ci
A contract extension developer at $80/h costs more than the licence after 22 minutes of resubmission rework, and a rejected upload restarts the Chrome Web Store review queue.
Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:
{ "mcpServers": { "mv3-manifest-preflight": { "command": "npx", "args": ["-y", "@readystack/mv3-manifest-preflight", "--mcp"] } } }
Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.
- name: MV3 Manifest Preflight - Chrome Web Store
run: npx -y @readystack/mv3-manifest-preflight --dir . --ci
(container: docker run --rm -v "$PWD:/work" getreadystack/mv3-manifest-preflight --dir /work --ci)
Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.
Content type
Image
Digest
sha256:06372a70b…
Size
46.1 MB
Last updated
4 days ago
docker pull getreadystack/mv3-manifest-preflight