Skip to content

Commit

Permalink
fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
snowsunny committed Oct 23, 2017
1 parent 6e03c41 commit 4eb2de3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion narou-reader/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"content_scripts": [
{
"matches": [
"http://ncode.syosetu.com/*"
"http://ncode.syosetu.com/*",
"https://ncode.syosetu.com/*"
],
"run_at": "document_end",
"js": [
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.cson
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '1.0.0'
description: 'Webpage reader for http://syosetu.com'

content_scripts: [
matches: ['http://ncode.syosetu.com/*']
matches: ['http://ncode.syosetu.com/*', 'https://ncode.syosetu.com/*']
run_at: 'document_end'
js: ['content.js']
]
Expand Down

0 comments on commit 4eb2de3

Please sign in to comment.