Skip to content

Commit

Permalink
Merge pull request #2473 from mneunomne/#2470
Browse files Browse the repository at this point in the history
update manifest
  • Loading branch information
mneunomne authored Nov 25, 2023
2 parents c8c25d0 + de0273d commit 6ad4ec6
Showing 1 changed file with 42 additions and 24 deletions.
66 changes: 42 additions & 24 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,48 @@
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"js/vapi.js",
"js/vapi-client.js",
"js/adn/textads.js",
"js/adn/parser.js",
"js/contentscript.js"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true
}, {
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"js/scriptlets/subscriber.js"
],
"run_at": "document_idle",
"all_frames": false
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"js/vapi.js",
"js/vapi-client.js",
"js/adn/textads.js",
"js/adn/parser.js",
"js/contentscript.js"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true
},
{
"matches": [
"https://easylist.to/*",
"https://*.fanboy.co.nz/*",
"https://filterlists.com/*",
"https://forums.lanik.us/*",
"https://github.com/*",
"https://*.github.io/*",
"https://*.letsblock.it/*"
],
"js": [
"/js/scriptlets/subscriber.js"
],
"run_at": "document_idle",
"all_frames": false
},
{
"matches": [
"https://github.com/uBlockOrigin/*",
"https://ublockorigin.github.io/*",
"https://github.com/dhowe/AdNauseam/*"
],
"js": [
"/js/scriptlets/updater.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
Expand Down

0 comments on commit 6ad4ec6

Please sign in to comment.