Skip to content

Commit

Permalink
combine manifests (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
aman207 authored Jan 25, 2024
1 parent 7212ff7 commit c46cb88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
23 changes: 0 additions & 23 deletions manifest-chrome.json

This file was deleted.

6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"],
Expand All @@ -16,6 +16,7 @@
},
"background": {
"scripts": ["js/background.js"],
"service_worker": "js/background.js",
"type": "module"
},
"permissions": ["scripting", "storage", "alarms"],
Expand All @@ -28,5 +29,6 @@
"gecko_android": {
"strict_min_version": "113.0"
}
}
},
"minimum_chrome_version": "121"
}

0 comments on commit c46cb88

Please sign in to comment.