Skip to content

Commit

Permalink
added file:// to match
Browse files Browse the repository at this point in the history
  • Loading branch information
Syl committed Sep 16, 2015
1 parent ed215ab commit 5a64229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ Get only one GMail tab opened at once:
# Known issues

* The extension can't access to Chrome pages `chrome://` ([#11](https://github.com/sylouuu/chrome-tab-modifier/issues/11)).
* The extension can't access to local files like `file://` ([#13](https://github.com/sylouuu/chrome-tab-modifier/issues/13)).

# Changelog

Expand Down
3 changes: 2 additions & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"content_scripts": [{
"matches": [
"http://*/*",
"https://*/*"
"https://*/*",
"file://*/*"
],
"js": [
"js/content.min.js"
Expand Down

0 comments on commit 5a64229

Please sign in to comment.