remove unused icons

This commit is contained in:
themighty1
2015-08-10 22:49:27 +02:00
parent 6e3d286f4b
commit e61a55c3f9
9 changed files with 6 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ function loadBusyIcon(){
function loadNormalIcon(){
chrome.browserAction.setIcon({path:"content/icon128.png"});
chrome.browserAction.setIcon({path:"icon.png"});
chrome.browserAction.setPopup({popup:"content/chrome/popup.html"});
}

View File

@@ -46,7 +46,7 @@ img {
<table style="width:100%">
<tr class="border_bottom">
<td id="notarize"><img src="../icon.png"></img>Notarize this page</td>
<td id="notarize"><img src="../../icon.png"></img>Notarize this page</td>
</tr>
<tr class="border_bottom">
<td id="manage"><img src="../manage.png"></img>Manage files</td>
@@ -55,7 +55,7 @@ img {
<td id="import"><img src="../verify.png"></img>Import .pgsg file</td>
</tr>
<tr>
<td id="about"><img src="../icon.png"></img>About</td>
<td id="about"><img src="../../icon.png"></img>About</td>
</tr>
</table>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 962 B

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -26,8 +26,7 @@
<em:creator>TLSNotary Group</em:creator>
<em:homepageURL>https://tlsnotary.org</em:homepageURL>
<em:optionsURL>chrome://pagesigner/content/firefox/settings.xul</em:optionsURL>
<em:iconURL>chrome://pagesigner/content/icon32.png</em:iconURL>
<em:icon64URL>chrome://pagesigner/content/icon64.png</em:icon64URL>
<em:icon64URL>icon.png</em:icon64URL>
<em:optionsType>2</em:optionsType>
</Description>
</RDF>

View File

@@ -22,7 +22,7 @@
],
"icons": {
"128": "content/icon128.png" //chrome will scaled down as needed
"64": "icon.png" //Chrome will scale down as needed
},
//this is needed for asn1.js
@@ -30,7 +30,7 @@
"browser_action": {
"default_icon": "content/icon128.png",
"default_icon": "icon.png",
"default_popup": "content/chrome/popup.html"
},