diff --git a/third_party/operatophone/config.xml b/third_party/operatophone/config.xml index 6c9ebd7..0d40c0f 100644 --- a/third_party/operatophone/config.xml +++ b/third_party/operatophone/config.xml @@ -1,8 +1,8 @@ - + Opera to Phone - + Copyright 2010 Rich Tibbett Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/third_party/operatophone/icon.png b/third_party/operatophone/icon.png deleted file mode 100644 index a7ac15e..0000000 Binary files a/third_party/operatophone/icon.png and /dev/null differ diff --git a/third_party/operatophone/icon_18x18.png b/third_party/operatophone/icon_18x18.png new file mode 100644 index 0000000..1c589c2 Binary files /dev/null and b/third_party/operatophone/icon_18x18.png differ diff --git a/third_party/operatophone/icon_64.png b/third_party/operatophone/icon_64x64.png similarity index 100% rename from third_party/operatophone/icon_64.png rename to third_party/operatophone/icon_64x64.png diff --git a/third_party/operatophone/index.html b/third_party/operatophone/index.html index c791c24..f246724 100644 --- a/third_party/operatophone/index.html +++ b/third_party/operatophone/index.html @@ -7,7 +7,7 @@ var UIItemProperties = { // options for the button disabled: false, title: "Opera to Phone", - icon: "icon.png", + icon: "icon_18x18.png", popup: { href: 'popup.html', width: "320px", diff --git a/third_party/operatophone/popup.html b/third_party/operatophone/popup.html index dd39abd..fcfcd73 100644 --- a/third_party/operatophone/popup.html +++ b/third_party/operatophone/popup.html @@ -93,7 +93,7 @@ window.addEventListener("load", loadHandler, false); - +
Sending to phone...

Help