Skip to content

Commit

Permalink
bump version for new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
allixsenos committed Oct 26, 2015
1 parent 9983569 commit a8428d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"browser_action": {
"default_icon": "passgen32x32.png",
"default_icon": "icon.png",
"default_title": "Generate pronounceable passwords",
"default_popup": "popout.html"
},
"description": "Generates pronounceable random passwords, very secure yet easy to remember",
"icons": {
"128": "passgen32x32.png"
"128": "icon.png"
},
"name": "Passwds ninja",
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "2.0",
"version": "2.0.1",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}
Binary file removed passgen32x32.png
Binary file not shown.

0 comments on commit a8428d9

Please sign in to comment.