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
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Firefox Extension Project Instructions
2
2
3
3
## Overview
4
-
This project is a Firefox extension. The codebase includes manifest files, localized messages, icons, and scripts for the extension's popup and options pages.
4
+
This project is a Chrome and Firefox extension. The codebase includes manifest files, localized messages, icons, and scripts for the extension's popup and options pages.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# muench-dev Webhook Trigger Firefox Extension
1
+
# muench-dev Webhook Trigger Browser Extension
2
2
3
-
This Firefox extension allows you to manage and trigger webhooks directly from your browser. It is designed for users who want to quickly send HTTP requests (webhooks) to custom endpoints, such as automation services, APIs, or personal scripts.
3
+
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.
4
4
5
5
## Features
6
6
@@ -13,7 +13,8 @@ This Firefox extension allows you to manage and trigger webhooks directly from y
13
13
## Getting Started
14
14
15
15
1.**Install the Extension**
16
-
- Load the extension in Firefox via `about:debugging` or package and install it from the [Add-ons Manager](about:addons).
16
+
-**Firefox**: Load the extension in Firefox via `about:debugging` or package and install it from the [Add-ons Manager](about:addons).
17
+
-**Chrome**: Load the extension in Chrome via `chrome://extensions` in developer mode by clicking "Load unpacked" and selecting the extension directory.
17
18
18
19
2.**Open the Options Page**
19
20
- Right-click the extension icon and select "Options", or open it from the extension's popup menu.
@@ -41,7 +42,7 @@ This Firefox extension allows you to manage and trigger webhooks directly from y
41
42
42
43

43
44
44
-
1. Click the extension icon in the Firefox toolbar to open the popup.
45
+
1. Click the extension icon in your browser's toolbar to open the popup.
45
46
2. Select the webhook you want to trigger from the list.
46
47
3. Click the "Send" or equivalent button to trigger the webhook.
47
48
@@ -60,4 +61,3 @@ This Firefox extension allows you to manage and trigger webhooks directly from y
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
-
"name": "firefox-extension-webhook-trigger",
2
+
"name": "browser-extension-webhook-trigger",
3
3
"version": "1.0.0",
4
-
"description": "This Firefox extension allows you to manage and trigger webhooks directly from your browser. It is designed for users who want to quickly send HTTP requests (webhooks) to custom endpoints, such as automation services, APIs, or personal scripts.",
4
+
"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.",
0 commit comments