Added all subdomains to whitelist

This commit is contained in:
Mr Finchum 2025-04-10 10:43:14 +02:00
parent f828873466
commit 5ca5d2d55b

View file

@ -8,7 +8,7 @@
},
"content_scripts": [
{
"matches": ["*://github.com/*"],
"matches": ["*://*.github.com/*"],
"js": ["content.js"]
}
],