Skip to content

Commit

Permalink
Add new.shacknews.com to content script matches and bump to version 1…
Browse files Browse the repository at this point in the history
….13.
  • Loading branch information
wjrogers committed Feb 24, 2011
1 parent 6469af4 commit 043a47e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Chrome Shack",
"version": "1.12",
"version": "1.13",
"description": "Collection of scripts for Shacknews.",
"update_url": "http://adam.hughes.cc/shack/chromeshack/autoupdate.xml",
"options_page": "options.html",
Expand Down Expand Up @@ -38,7 +38,10 @@
"settings.js"
],
"css": [ "chromeshack.css" ],
"matches": [ "http://www.shacknews.com/chatty*" ],
"matches": [
"http://www.shacknews.com/chatty*",
"http://new.shacknews.com/chatty*"
],
"all_frames": false,
"run_at": "document_idle"
},
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var CURRENT_VERSION = '1.12';
var CURRENT_VERSION = '1.13';

0 comments on commit 043a47e

Please sign in to comment.