update-metadata-ui
Update Chrome Web Store listing metadata through UI automation when API updates fail or as the primary method due to v1 API deprecation.
Instructions
Update listing metadata via Chrome Web Store dashboard UI automation (Playwright). Use this when API metadata updates are not reflected, or as the primary metadata update method since the v1 API is deprecated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | No | Extension item ID (defaults to CWS_ITEM_ID env var) | |
| title | No | Store listing title | |
| summary | No | Store listing short summary | |
| description | No | Store listing long description | |
| category | No | Category label as shown in dashboard UI | |
| homepageUrl | No | Homepage URL | |
| supportUrl | No | Support URL | |
| storeIconPath | No | Absolute path to 128x128 store icon image | |
| accountIndex | No | Google account index in dashboard URL (default: 0) | |
| headless | No | Run browser headless (default: false) |