Skip to content

Commit

Permalink
Add PNG icons for chrome, update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed May 31, 2020
1 parent 77ef429 commit c3bd5c0
Show file tree
Hide file tree
Showing 8 changed files with 945 additions and 386 deletions.
Binary file added addon/icons/icon-dark-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/icons/icon-dark-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/icons/icon-light-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/icons/icon-light-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion addon/icons/icon.svg

This file was deleted.

12 changes: 6 additions & 6 deletions addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"manifest_version": 2,
"name": "syspass",
"short_name": "sysPass Browser integration",
"version": "1.6.4",
"version": "1.6.5",
"default_locale": "en",
"homepage_url": "https://github.com/ochorocho/syspass-addon",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
"48": "icons/icon-dark-48.png",
"96": "icons/icon-dark-96.png"
},
"permissions": [
"storage",
Expand All @@ -30,10 +30,10 @@
}
],
"browser_action": {
"default_icon": "icons/icon-dark.svg",
"default_icon": "icons/icon-dark-48.png",
"theme_icons": [{
"light": "icons/icon-light.svg",
"dark": "icons/icon-dark.svg",
"light": "icons/icon-light-48.png",
"dark": "icons/icon-dark-48.png",
"size": 48
}],
"default_title": "sysPass",
Expand Down
Binary file added store-images/syspass1280x800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,318 changes: 939 additions & 379 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit c3bd5c0

Please sign in to comment.