|
1 | 1 | { |
2 | 2 | "name": "HackerNew", |
3 | | - "version": "0.4", |
4 | | - "description": "Making Hacker News quicker and more useful since 2012.", |
| 3 | + "version": "0.5", |
| 4 | + "description": "The best Hacker News extension, making HN quicker and more useful since 2012.", |
5 | 5 | "background": { |
6 | 6 | "page": "background.html" |
7 | 7 | }, |
|
19 | 19 | "content_scripts": [ |
20 | 20 | { |
21 | 21 | "matches": [ |
22 | | - "http://news.ycombinator.com/*", |
23 | | - "http://news.ycombinator.org/*", |
24 | | - "http://hackerne.ws/*", |
25 | | - "https://news.ycombinator.com/*"], |
26 | | - |
| 22 | + "http://news.ycombinator.com/*", |
| 23 | + "http://news.ycombinator.org/*", |
| 24 | + "http://hackerne.ws/*", |
| 25 | + "https://news.ycombinator.com/*" |
| 26 | + ], |
27 | 27 | "css": [ |
28 | | - "forms.css", |
29 | | - "hn.css"], |
30 | | - |
| 28 | + "forms.css", |
| 29 | + "hn.css" |
| 30 | + ], |
31 | 31 | "js": [ |
32 | | - "js/libs/jquery-1.7.1.min.js", |
33 | | - "js/libs/jquery.hoverIntent.js", |
34 | | - "js/libs/jquery.autogrow.js", |
35 | | - "js/libs/twitter.text.js", |
36 | | - "js/hn.js" |
| 32 | + "js/libs/jquery-1.7.1.min.js", |
| 33 | + "js/libs/jquery.hoverIntent.js", |
| 34 | + "js/libs/jquery.autogrow.js", |
| 35 | + "js/libs/twitter.text.js", |
| 36 | + "js/hn.js" |
37 | 37 | ] |
38 | 38 | } |
39 | 39 | ] |
|
0 commit comments