mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2026-01-14 14:14:11 +00:00
Remove host permissions
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "rfd-redirect-stripper",
|
"name": "rfd-redirect-stripper",
|
||||||
"description": "Strip tracking redirects on rfd",
|
"description": "Strip tracking redirects on rfd",
|
||||||
"version": "0.5",
|
"version": "0.5.1",
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": [
|
"matches": [
|
||||||
@@ -29,9 +29,6 @@
|
|||||||
"storage",
|
"storage",
|
||||||
"alarms"
|
"alarms"
|
||||||
],
|
],
|
||||||
"host_permissions": [
|
|
||||||
"*://forums.redflagdeals.com/*"
|
|
||||||
],
|
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "davegallant@gmail.com",
|
"id": "davegallant@gmail.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user