diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..34e5b03 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 1.1 +- Added all subdomains from github to the whitelist. I.E. pages such as gist.github will now also be in light mode. + +# 1.0 +- Initial release. diff --git a/src/manifest.json b/src/manifest.json index 9e57d25..8671d31 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,7 +8,7 @@ }, "content_scripts": [ { - "matches": ["*://github.com/*"], + "matches": ["*://*.github.com/*"], "js": ["content.js"] } ],