Add new logo - take 2 (#78)

This commit is contained in:
Maxim Baz 2019-04-08 23:10:11 +02:00 committed by GitHub
parent bf4c5ca974
commit 861afc44f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 9394 additions and 13 deletions

View File

@ -1,3 +1,5 @@
<p align="center"><img src="images/logotype-horizontal.png"></p>
# Browserpass - browser extension
Browserpass is a browser extension for [zx2c4's pass](https://www.passwordstore.org/), a UNIX based password store manager. It allows you to auto-fill or copy to clipboard credentials for the current domain, protecting you from phishing attacks.

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

3193
images/logotype-vertical.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 928 B

After

Width:  |  Height:  |  Size: 219 KiB

View File

@ -14,7 +14,7 @@
"128": "icon.png"
},
"browser_action": {
"default_icon": "popup/icon.png",
"default_icon": "icon.png",
"default_popup": "popup/popup.html"
},
"options_ui": {

View File

@ -13,7 +13,7 @@
"128": "icon.png"
},
"browser_action": {
"default_icon": "popup/icon.png",
"default_icon": "icon.svg",
"default_popup": "popup/popup.html"
},
"options_ui": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 12.7 12.7" version="1.1">
<g transform="translate(0,-284.29998)">
<path d="m 1.833884,284.32246 -0.00426,4.68978 1.529537,0.70486 0.00166,1.26058 -1.5550616,0.30135 -0.019877,1.32528 1.6115372,0.49887 c 0.043276,0.3655 3.87e-4,0.61039 -5.2e-4,0.97752 l -1.5722398,0.43836 -0.00104,1.23922 1.8345325,1.24077 0.95706,10e-4 0.6203902,-0.61988 0.00156,-2.19346 h 0.00312 v -3.01723 h 1.2901822 c 2.1984804,0 4.0624323,-1.08312 4.0624323,-3.52057 0,-2.5171 -1.8482603,-3.34585 -4.1263954,-3.34585 -1.6468851,-0.006 -2.9859365,-0.004 -4.6326176,0.0194 z m 3.4064293,1.84494 h 1.0832115 c 1.2744817,0 1.9750539,0.39825 1.9750539,1.48155 0,1.08331 -0.6211981,1.65682 -1.9116106,1.65682 H 5.2403133 Z m -1.2428599,2.97944 0.6198694,-0.68973 -0.00104,7.30324 -0.6203893,0.61934 z" fill="#5f8dd3" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 942 B