Skip to content

Commit

Permalink
Mailto-links are now parsed for HTTPS sites as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSahlin committed Mar 20, 2011
1 parent 196bc3a commit f419d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -11,7 +11,7 @@
"content_scripts": [ {
"all_frames": true,
"js": [ "src/mailto.js" ],
"matches": [ "http://*/*" ]
"matches": [ "http://*/*", "https://*/*" ]
} ],
"description": "Displays the number of unread messages in your Gmail and Google Apps inbox. Preview mail, read, delete, archive and mark as spam!",
"icons": {
Expand Down

0 comments on commit f419d17

Please sign in to comment.