diff --git a/content/chrome/chrome_specific.js b/content/chrome/chrome_specific.js index 5133a56..3a9739c 100644 --- a/content/chrome/chrome_specific.js +++ b/content/chrome/chrome_specific.js @@ -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"}); } diff --git a/content/chrome/popup.html b/content/chrome/popup.html index 7df1643..674f766 100644 --- a/content/chrome/popup.html +++ b/content/chrome/popup.html @@ -46,7 +46,7 @@ img { - + @@ -55,7 +55,7 @@ img { - +
Notarize this pageNotarize this page
Manage filesImport .pgsg file
AboutAbout
diff --git a/content/icon.png b/content/icon.png deleted file mode 100644 index 420b964..0000000 Binary files a/content/icon.png and /dev/null differ diff --git a/content/icon128.png b/content/icon128.png deleted file mode 100644 index 0982a36..0000000 Binary files a/content/icon128.png and /dev/null differ diff --git a/content/icon32.png b/content/icon32.png deleted file mode 100644 index 298c4ce..0000000 Binary files a/content/icon32.png and /dev/null differ diff --git a/content/icon64.png b/content/icon64.png deleted file mode 100644 index c6ce4fd..0000000 Binary files a/content/icon64.png and /dev/null differ diff --git a/icon.png b/icon.png index 420b964..c6ce4fd 100644 Binary files a/icon.png and b/icon.png differ diff --git a/install.rdf b/install.rdf index 8a52e16..b546a70 100644 --- a/install.rdf +++ b/install.rdf @@ -26,8 +26,7 @@ TLSNotary Group https://tlsnotary.org chrome://pagesigner/content/firefox/settings.xul - chrome://pagesigner/content/icon32.png - chrome://pagesigner/content/icon64.png + icon.png 2 diff --git a/manifest.json b/manifest.json index 2f5576d..d153348 100644 --- a/manifest.json +++ b/manifest.json @@ -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" },