Skip to content

Commit

Permalink
fixing tabs, shortname
Browse files Browse the repository at this point in the history
  • Loading branch information
jkingsman committed Mar 21, 2015
1 parent 516b839 commit 33f9f4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"manifest_version": 2,
"name": "Bishop",
"name": "Bishop Vulnerability Scanner",
"shortname": "Bishop",
"version": "1.0.0",
"description": "Search websites for git repos, expose config files, and more as you browse.",
"author": "Jack Kingsman <[email protected]>",
"homepage_url": "https://github.com/jkingsman/bishop",
"background": {
"scripts": ["background.js"]
"scripts": ["background.js"]
},
"browser_action":{
"default_title":"Bishop",
Expand Down

0 comments on commit 33f9f4f

Please sign in to comment.