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). - Dynamic Parameter Support: Implements template variables like {{apiKey}} passed from a companion dashboard configuration page using the embeddedScripts API from @wix/app-management. - Use Case: Add a Google Analytics tracking script typed as ANALYTICS in the HEAD, or build a coupon popup that reads {{couponCode}} and {{minimumCartValue}} parameters configured by the site owner in the dashboard. ## 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, extension registration, and dashboard settings page.