Skip to content

Commit

Permalink
feat: Updates manifest.json to allow rikaikun to work in srcdoc iframes.
Browse files Browse the repository at this point in the history
  • Loading branch information
melink14 authored Apr 28, 2021
1 parent 327eecd commit 44c6d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*", "ftp://*/*", "file:///*"],
"matches_about_blank": true,
"js": ["rikaicontent.js"],
"all_frames": true
}
Expand Down

0 comments on commit 44c6d4c

Please sign in to comment.