Web Store Readiness
This repo includes a web-store-ready baseline for Chrome extension packaging.
Current Status
Chrome Web Store approval is currently in progress.
Public docs intentionally avoid local unpacked build/install steps while review is pending.
Privacy Policy URL
Use this direct URL in the Chrome Web Store listing:
https://rxova.org/docs/devtool/privacy-policy
Manifest Baseline
- Manifest V3
- background service worker
- explicit
permissionsandhost_permissions - static icons
Security Model
- no remote code execution
- no runtime remote script injection
- strict typed protocol for message exchange
Submission Asset Checklist
Replace placeholders before publishing:
apps/devtools/public/icons/icon16.pngapps/devtools/public/icons/icon32.pngapps/devtools/public/icons/icon48.pngapps/devtools/public/icons/icon128.pngapps/devtools/public/screenshots/panel-placeholder.png
Current screenshots available:
apps/devtools/public/screenshots/panel-overview.pngapps/devtools/public/screenshots/panel-commands.pngapps/devtools/public/screenshots/panel-logs.png
Current Screenshot Preview
Overview:

Commands:

Logs:

Suggested Store Listing Structure
- Title:
Rxova Journey Devtools - Summary:
Inspect and control Journey machines from Chrome DevTools - Description sections:
- Features
- Privacy statement
- Setup steps
- Support links
Release Sanity Checks
- Validate the packaged extension artifact from CI/release pipeline.
- Validate final screenshots and listing copy match current panel behavior.
- Verify command paths and error handling.
- Validate no unexpected permissions in final manifest.