Skip to content

Commit

Permalink
fix: Allow Rikaichamp to work in blank iframes too
Browse files Browse the repository at this point in the history
Fixes #584
  • Loading branch information
birtles committed Apr 28, 2021
1 parent 9507d67 commit 946b3aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
([#576](https://github.com/birtles/rikaichamp/issues/576))
- Added a thin grey border to black popup
([#577](https://github.com/birtles/rikaichamp/issues/577))
- Fixed Rikaichamp not working in certain iframes
([#584](https://github.com/birtles/rikaichamp/issues/584))

## 0.5.1 (2021-04-19)

Expand Down
1 change: 1 addition & 0 deletions manifest.json.src
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*", "ftp://*/*", "file:///*"],
"match_about_blank": true,
/*#if use_polyfill*/
"js": ["browser-polyfill.js", "rikaichamp-content.js"],
/*#else*/
Expand Down

0 comments on commit 946b3aa

Please sign in to comment.