@@ -50,7 +50,7 @@ bin/console cache:clear
5050
5151### Chrome Extension Installation
5252
53- 1 . Download [ Chrome extension] ( https://github.com/sidworks-dev/sw-plugin-dev-tools -chrome-extension )
53+ 1 . Download [ Chrome extension] ( https://github.com/sidworks-dev/sw-plugin-devtools -chrome-extension )
54542 . Open Chrome and navigate to ` chrome://extensions/ `
55553 . Enable ** Developer mode** (toggle in top right)
56564 . Click ** Load unpacked**
@@ -88,7 +88,7 @@ The plugin will automatically inject this path into the page, so you don't need
8888### Basic Workflow
8989
90901. **Enable debug mode** in Shopware (` .env`: `APP_ENV=dev`)
91- 2. **Install both** the plugin and [Chrome extension](https://github.com/sidworks-dev/sw-plugin-dev-tools -chrome-extension)
91+ 2. **Install both** the plugin and [Chrome extension](https://github.com/sidworks-dev/sw-plugin-devtools -chrome-extension)
92923. **Visit your storefront** in Chrome
93934. **Open DevTools** (F12 or right-click → Inspect)
94945. **Select any element** in the Elements panel
@@ -167,7 +167,7 @@ The extension doesn't just open templates at the block start—it searches for t
167167
168168## Browser Compatibility
169169
170- The [Chrome extension](https://github.com/sidworks-dev/sw-plugin-dev-tools -chrome-extension) works with:
170+ The [Chrome extension](https://github.com/sidworks-dev/sw-plugin-devtools -chrome-extension) works with:
171171- Google Chrome (Manifest V3)
172172- Microsoft Edge (Chromium-based)
173173- Brave
@@ -188,7 +188,7 @@ Contributions are welcome! Please feel free to submit issues or pull requests.
188188
189189**Important**: This project consists of two components that work together:
190190- **[Shopware Plugin](https://github.com/sidworks-dev/sw-plugin-devtools)**
191- - **[Chrome extension](https://github.com/sidworks-dev/sw-plugin-dev-tools -chrome-extension)**
191+ - **[Chrome extension](https://github.com/sidworks-dev/sw-plugin-devtools -chrome-extension)**
192192
193193When updating the plugin, ensure you also update the extension if the changes affect the data format or API. Similarly, when updating the extension, verify compatibility with the plugin. Both components should be kept in sync.
194194
0 commit comments