Hey everyone, hoping someone can help with this Wordtune extension issue.
I installed it for Chrome to help with writing, but it auto-launches its little widget on every single site I visitβlike even on my AWS console and GitHub. It's super distracting. I've gone into the extension settings and toggled "Auto-launch Wordtune" off multiple times, but after a browser restart, it just turns itself back on.
Is there a config file or something I can edit directly? I'm used to fixing Terraform state files, but browser extensions are new to me. 😅
Here's what I see in the popup settingsβI turn this off, but it doesn't persist:
```json
// Not sure if there's actual config somewhere, but maybe something like:
{
"autoLaunch": false // this keeps resetting to true
}
```
Any tips would be awesome. Thanks!