Skip to content

Commit

Permalink
Merge pull request #5 from pd4d10/master
Browse files Browse the repository at this point in the history
Add HTTPS support for ipv6.google.com
  • Loading branch information
kodango committed Nov 30, 2014
2 parents 4590180 + 4604891 commit c082c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/chrome/manifest.json
Expand Up @@ -14,7 +14,7 @@
"http?://www.google.*/search*", "http?://www.google.*/webhp?hl=*",
"https://encrypted.google.*/", "https://encrypted.google.*/#hl=*",
"https://encrypted.gogole.*/search*", "https://encrypted.google.*/webhp?hl=*",
"http://ipv6.google.com/", "http://ipv6.google.com/search*"
"http?://ipv6.google.com/", "http?://ipv6.google.com/search*"
],
"run_at": "document_end"
} ],
Expand Down

0 comments on commit c082c2e

Please sign in to comment.