Skip to content

Commit

Permalink
Fix for https, bump to 0.0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Roman committed May 7, 2015
1 parent 61cc2ec commit ab1782b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions reddit-zoom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"short_name": "Reddit Zoom",
"author": "Nathaniel Roman",
"description": "Adds a button to quickly scroll past entire blocks of comments on Reddit",
"version": "0.0.0.2",
"version": "0.0.0.3",
"homepage_url": "https://github.com/ngroman/reddit-zoom-chrome",

"icons": {
Expand All @@ -19,7 +19,10 @@
],
"content_scripts": [
{
"matches": ["http://www.reddit.com/r/*/comments/*"],
"matches": [
"http://www.reddit.com/r/*/comments/*",
"https://www.reddit.com/r/*/comments/*"
],
"js": ["redditzoom.js"],
"css" : ["style.css"],
"run_at" : "document_end"
Expand Down

0 comments on commit ab1782b

Please sign in to comment.