Skip to content

Commit

Permalink
adapt to run on yahoo github
Browse files Browse the repository at this point in the history
  • Loading branch information
Volker Neumann committed Jul 24, 2014
1 parent e3aee93 commit 20c7002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"version": "1.0.8",

"permissions": [
"tabs", "https://github.com/*"
"tabs", "https://git.corp.yahoo.com/*"
],
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": ["https://github.com/*"],
"matches": ["https://git.corp.yahoo.com/*"],
"js": ["wide-github.user.js"]
}
],
"licenses": [
{
"type": "MIT License",
"url": "http://opensource.org/licenses/mit-license.php",
"url": "http://opensource.org/licenses/mit-license.php"
}
]
}

0 comments on commit 20c7002

Please sign in to comment.