mirror of
https://github.com/tlsnotary/PageSigner.git
synced 2026-01-08 06:14:02 -05:00
remove unused icons
This commit is contained in:
@@ -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"});
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
BIN
content/icon.png
BIN
content/icon.png
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
BIN
icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 962 B After Width: | Height: | Size: 2.5 KiB |
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user