Skip to content

Commit

Permalink
add https support. closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarbaugh committed Mar 16, 2010
1 parent fe5774c commit 1ce3e01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "More Tweets!",
"version": "1.0",
"version": "1.0.1",
"description": "Automatically pull more tweets when scrolled to the bottom of a user's Twitter page",
"content_scripts": [{
"matches": ["http://*.twitter.com/*"],
"matches": [
"http://*.twitter.com/*",
"https://*.twitter.com/*"
],
"js": ["contentscript.js"]
}],
"icons": {
Expand Down

0 comments on commit 1ce3e01

Please sign in to comment.