You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This browser extension allows you to manage and trigger webhooks directly from your browser. It works with both Firefox and Chrome. It is designed for users who want to quickly send HTTP requests (webhooks) to custom endpoints, such as automation services, APIs, or personal scripts.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest",
"lint": "web-ext lint",
"build": "web-ext build --overwrite-dest",
"sync-version": "node scripts/sync-version.js",
"run": "web-ext run",
"start-firefox": "web-ext run --firefox-profile ~/.mozilla/firefox/ehxu5l3z.webhooks --keep-profile-changes --profile-create-if-missing",
"start-chromium": "LANGUAGE=en_US web-ext run --target=chromium --chromium-profile ~/.config/chromium/webhooks --keep-profile-changes --profile-create-if-missing"