feat: added subdomains to whitelist #1

Merged
CodeByMrFinchum merged 2 commits from feat/subdomain into main 2025-04-10 10:57:50 +02:00
Showing only changes of commit 5ca5d2d55b - Show all commits

View file

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