combine manifests (#21)

This commit is contained in:
anonion
2024-01-24 21:22:01 -07:00
committed by GitHub
parent 7212ff7296
commit c46cb885bc
2 changed files with 4 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "rfd-redirect-stripper",
"description": "Strip tracking redirects on rfd",
"version": "0.3",
"version": "0.4",
"content_scripts": [
{
"matches": ["*://forums.redflagdeals.com/*"],
@@ -16,6 +16,7 @@
},
"background": {
"scripts": ["js/background.js"],
"service_worker": "js/background.js",
"type": "module"
},
"permissions": ["scripting", "storage", "alarms"],
@@ -28,5 +29,6 @@
"gecko_android": {
"strict_min_version": "113.0"
}
}
},
"minimum_chrome_version": "121"
}