Remove host permissions

This commit is contained in:
Dave Gallant
2024-07-23 07:31:36 -04:00
parent f8339f4305
commit 824f3d1367

View File

@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "rfd-redirect-stripper",
"description": "Strip tracking redirects on rfd",
"version": "0.5",
"version": "0.5.1",
"content_scripts": [
{
"matches": [
@@ -29,9 +29,6 @@
"storage",
"alarms"
],
"host_permissions": [
"*://forums.redflagdeals.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "davegallant@gmail.com",