Skip to content

Commit

Permalink
Update to 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PxlBuzzard committed Nov 30, 2017
1 parent 12987eb commit f00c613
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@

"name": "HN Special - An addition to Hacker News",
"description": "This extension refreshes the visual style of Hacker News and adds a few features, like infinite scrolling. Everything is toggleable.",
"version": "1.4.8",
"version": "1.4.9",
"homepage_url": "http://gabrielecirulli.github.io/hn-special/",

"permissions": [
"https://news.ycombinator.com/",
"http://news.ycombinator.com/"
"*://news.ycombinator.com/*"
],

"optional_permissions": [
Expand All @@ -18,7 +17,7 @@
"applications": {
"gecko": {
"id": "hn-special@gabrielecirulli.github.io",
"strict_min_version": "47.0"
"strict_min_version": "57.0"
}
},

Expand All @@ -30,7 +29,7 @@

"content_scripts": [
{
"matches": [ "http://news.ycombinator.com/*", "https://news.ycombinator.com/*" ],
"matches": [ "*://news.ycombinator.com/*" ],
"js": [
"lib/tools/utility.js",
"lib/settings.js",
Expand Down

0 comments on commit f00c613

Please sign in to comment.