Skip to content

Commit

Permalink
Changes made for publishing to Chrome Webstore
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Blum <[email protected]>
  • Loading branch information
mulbc committed Jan 14, 2019
1 parent 832f7b0 commit 9c2282b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
*.crx
*.png
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "Vault for Chrome",
"description": "This extension will access specified Vault server and authenticate",
"version": "1.1",
"name": "VaultPass",
"description": "A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams",
"version": "1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
Expand Down Expand Up @@ -30,4 +30,4 @@
"http://*/*",
"https://*/*"
]
}
}

0 comments on commit 9c2282b

Please sign in to comment.