diff --git a/img/icon_action_x128.png b/img/icon_action_x128.png new file mode 100644 index 0000000..99a3943 Binary files /dev/null and b/img/icon_action_x128.png differ diff --git a/img/icon_x16.png b/img/icon_action_x48.png similarity index 59% rename from img/icon_x16.png rename to img/icon_action_x48.png index 2dae789..bed7246 100644 Binary files a/img/icon_x16.png and b/img/icon_action_x48.png differ diff --git a/img/icon_x128.png b/img/icon_x128.png index ebced66..ce174cf 100644 Binary files a/img/icon_x128.png and b/img/icon_x128.png differ diff --git a/img/icon_x32.png b/img/icon_x32.png index 6df0a7f..cef9bac 100644 Binary files a/img/icon_x32.png and b/img/icon_x32.png differ diff --git a/img/icon_x48.png b/img/icon_x48.png index a63f907..ecaeac1 100644 Binary files a/img/icon_x48.png and b/img/icon_x48.png differ diff --git a/img/icon_x512.png b/img/icon_x512.png deleted file mode 100644 index 93cfe42..0000000 Binary files a/img/icon_x512.png and /dev/null differ diff --git a/img/maskable_icon.png b/img/maskable_icon.png deleted file mode 100644 index 0783b6c..0000000 Binary files a/img/maskable_icon.png and /dev/null differ diff --git a/img/orig.png b/img/orig.png new file mode 100644 index 0000000..48e3a6c Binary files /dev/null and b/img/orig.png differ diff --git a/manifest.json b/manifest.json index 6dc5d09..df89a8f 100644 --- a/manifest.json +++ b/manifest.json @@ -11,9 +11,9 @@ }, "action": { "default_icon": { - "16": "img/icon_x16.png", "32": "img/icon_x32.png", - "48": "img/icon_x48.png" + "48": "img/icon_action_x48.png", + "128": "img/icon_action_x128.png" }, "default_title": "Share this page to Mastodon" }, @@ -34,9 +34,8 @@ "service_worker": "js/background.js" }, "icons": { - "16": "img/icon_x16.png", + "32": "img/icon_x32.png", "48": "img/icon_x48.png", - "128": "img/icon_x128.png", - "512": "img/icon_x512.png" + "128": "img/icon_x128.png" } } \ No newline at end of file diff --git a/settings.html b/settings.html index 2283e33..1c09d66 100644 --- a/settings.html +++ b/settings.html @@ -17,7 +17,7 @@ - +
@@ -25,7 +25,7 @@
- Server must be running Mastodon 1.6 or newer. + Mastodon forks or alternative servers, like Wildebeest or PixelFed, may not be compatible.
diff --git a/share.html b/share.html index 0907c7d..ecd3305 100644 --- a/share.html +++ b/share.html @@ -17,7 +17,7 @@ - +
You need to add some servers first!