We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a1911 commit aa2cfc7Copy full SHA for aa2cfc7
assets/js/trigger-remover.js
@@ -1,5 +1,5 @@
1
const WebExtName = "TriggerRemover"
2
-const WebExtVersion = "0.1.2"
+const WebExtVersion = "0.1.3"
3
const WebExtAuthor = "https://github.com/operatorequals"
4
5
const WebExtUrl = browser.runtime.getURL("/")
manifest.json
@@ -1,6 +1,6 @@
{
"name": "TriggerRemover",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Remove Trigger-inducing content from pages",
"homepage_url": "https://github.com/operatorequals/TriggerRemover",
6
"manifest_version": 2,
@@ -26,7 +26,7 @@
26
27
"browser_specific_settings": {
28
"gecko": {
29
- "id": "{abcfbb2c-1cd4-407e-8d2e-5334c5fe7467}"
+ "id": "{42a18cd7-6001-492f-8dc3-9e088ff5abbd}"
30
}
31
},
32
0 commit comments