Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
2a087881bd | |||
5ca5d2d55b |
2 changed files with 6 additions and 1 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
@ -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.
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://github.com/*"],
|
||||
"matches": ["*://*.github.com/*"],
|
||||
"js": ["content.js"]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue