What problem does it solve? Adding tracking pixels, third-party integrations, popups, or custom JavaScript to Wix sites requires correctly structured embedded script extensions with consent typing, placement rules, and dashboard configuration, which is error-prone to set up manually. ## Core Features & Use Cases - Embedded Script Generation: Creates embedded.html and extensions.ts files with correct script type (ESSENTIAL, FUNCTIONAL, ANALYTICS, ADVERTISING) and placement (HEAD, BODY_START, BODY_END). - Dashboard Configuration Pages: Builds companion dashboard pages using the embeddedScripts API from @wix/app-management so site owners can configure parameters. - Template Variable Patterns: Implements {{parameterKey}} template variables passed through data attributes with type-safe JavaScript access. - Use Case: Add a Google Analytics tracking script typed as ANALYTICS in the HEAD, or a coupon popup typed as FUNCTIONAL at BODY_END with configurable cart-value thresholds. ## Quick Start Ask the assistant to add a Google Analytics tracking script or a coupon popup to your Wix CLI app and it will scaffold the embedded script and dashboard configuration page.