Skip to main content

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 permissions and host_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.png
  • apps/devtools/public/icons/icon32.png
  • apps/devtools/public/icons/icon48.png
  • apps/devtools/public/icons/icon128.png
  • apps/devtools/public/screenshots/panel-placeholder.png

Current screenshots available:

  • apps/devtools/public/screenshots/panel-overview.png
  • apps/devtools/public/screenshots/panel-commands.png
  • apps/devtools/public/screenshots/panel-logs.png

Current Screenshot Preview

Overview:

Journey Devtools Overview

Commands:

Journey Devtools Commands

Logs:

Journey Devtools 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

  1. Validate the packaged extension artifact from CI/release pipeline.
  2. Validate final screenshots and listing copy match current panel behavior.
  3. Verify command paths and error handling.
  4. Validate no unexpected permissions in final manifest.