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: how-to-add-github-enterprise-support-to-web-extensions.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,23 @@
6
6
7
7
You can implement the feature effortlessly by using these 2 modules:
8
8
9
-
[webext-domain-permission-toggle](https://github.com/fregante/webext-domain-permission-toggle) will add a toggle in the Browser Action icon that will let the user requestion permission to any domain.
9
+
[webext-permission-toggle](https://github.com/fregante/webext-permission-toggle) will add a toggle in the Browser Action icon that will let the user requestion permission to any domain.
10
10
11
11
[webext-dynamic-content-scripts](https://github.com/fregante/webext-dynamic-content-scripts) will use this permission to inject the content scripts you declared in `manifest.json`, but instead of injecting just on the default domain (github.com) they'll be injected on all the new domains that the user added.
0 commit comments