Skip to content

Commit

Permalink
Update logos
Browse files Browse the repository at this point in the history
  • Loading branch information
ayyghost committed Apr 15, 2020
1 parent 8c5fcfd commit 9d12cec
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 1,714 deletions.
Binary file modified img/logo-128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/logo-16.png
Binary file not shown.
Binary file removed img/logo-19.png
Binary file not shown.
Binary file removed img/logo-32.png
Binary file not shown.
Binary file removed img/logo-38.png
Binary file not shown.
Binary file removed img/logo-48.png
Binary file not shown.
Binary file removed img/logo-512.png
Binary file not shown.
Binary file removed img/logo-blue.png
Binary file not shown.
1,703 changes: 1 addition & 1,702 deletions img/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<link rel="stylesheet" media="screen" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/jquery.utip.css" type="text/css" />
<link rel="icon" type="image/png" href="img/logo-32.png" />
<link rel="icon" type="image/svg" href="img/logo.svg" />

<script type="application/javascript" src="js/etc/debug.js"></script>
<script type="application/javascript" src="js/lib/jquery/jquery-3.3.1.min.js"></script>
Expand Down Expand Up @@ -65,7 +65,7 @@
<div id="bubbleWrapper">
<div id="bubble">
<div id="header">
<img src="img/logo-blue.png" alt="Cryptodog" class="logo" />
<img src="img/logo.svg" alt="Cryptodog" class="logo" />
<span id="logoText" dir="ltr">Cryptodog</span>
<span id="conversationInfo">
<span class="conversationName"></span>
Expand Down
11 changes: 1 addition & 10 deletions manifest.json
Expand Up @@ -2,27 +2,18 @@
"name": "Cryptodog",
"description": "Private conversations made easy",
"version": "2.5.8",

"manifest_version": 2,

"background": {
"scripts": ["background/background.js"]
},

"browser_action": {
"default_icon": {
"128": "img/logo-128.png"
}
},

"icons": {
"128": "img/logo-128.png",
"48": "img/logo-48.png",
"16": "img/logo-16.png",
"38": "img/logo-38.png",
"19": "img/logo-19.png"
"128": "img/logo-128.png"
},

"permissions": [
"activeTab",
"notifications",
Expand Down

0 comments on commit 9d12cec

Please sign in to comment.