diff --git a/LICENSE.md b/LICENSE.md
index 7fd024d..0763950 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -6,3 +6,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+## Third-party software
+
+* The icon of this extension is based on [the icon of Mastodon](https://github.com/tootsuite/mastodon).
diff --git a/README.md b/README.md
index 2374354..7ef11b9 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,18 @@
-# Mastodon – Simplified Federation!
+# Mastodon – Simplified Federation!
+
+[](https://addons.mozilla.org/de/firefox/addon/mastodon-simplified-federation/)
+[](https://addons.mozilla.org/de/firefox/addon/mastodon-simplified-federation/)
+[](https://addons.mozilla.org/de/firefox/addon/mastodon-simplified-federation/statistics/)
+[](https://addons.mozilla.org/de/firefox/addon/mastodon-simplified-federation/reviews/)
Simplifies following or interacting with other users on remote instances. Basically, it skips the "Enter your Mastodon handle" interface and takes you directly to your own "home" instance, when you click on a "Follow" button or a reply/retoot/fav button on another instance. :smile:
[Idea by](https://social.wxcafe.net/@akkes/100550833588126733) [@akkes](https://social.wxcafe.net/@akkes).
+## Download
+
+**[](https://addons.mozilla.org/de/firefox/addon/mastodon-simplified-federation)**
+
### Why?
You may wonder why to use this browser add-on. But actually, it's easy!
@@ -20,10 +29,6 @@ Additionally, this add-on makes sure to keep your Mastodon handle **private**. I
* for toot interactions: Currently it has to grab the toot URL the interaction is about from the HTML page
* Afterwards it then redirects to the "remote_follow"/"remote_interaction" endpoint of your own Mastodon instance directly, thus skipping entering the Mastodon handle in that "foreign" page.
-## Download
-
-**[](https://addons.mozilla.org/de/firefox/addon/mastodon-simplified-federation)**
-
## Support development
You can support the development of this add-on on Liberapay:
diff --git a/assets/logo/logo.svg b/assets/logo/logo.svg
new file mode 100644
index 0000000..aef5c7b
--- /dev/null
+++ b/assets/logo/logo.svg
@@ -0,0 +1,235 @@
+
+
diff --git a/assets/logo/logo_optimized.svg b/assets/logo/logo_optimized.svg
new file mode 100644
index 0000000..900d5d9
--- /dev/null
+++ b/assets/logo/logo_optimized.svg
@@ -0,0 +1,238 @@
+
+
diff --git a/assets/logo/logo_optimized_100.png b/assets/logo/logo_optimized_100.png
new file mode 100644
index 0000000..22a94dd
Binary files /dev/null and b/assets/logo/logo_optimized_100.png differ
diff --git a/assets/logo/logo_optimized_64.png b/assets/logo/logo_optimized_64.png
new file mode 100644
index 0000000..76a768b
Binary files /dev/null and b/assets/logo/logo_optimized_64.png differ
diff --git a/src/icons/icon.svg b/src/icons/icon.svg
new file mode 100644
index 0000000..900d5d9
--- /dev/null
+++ b/src/icons/icon.svg
@@ -0,0 +1,238 @@
+
+
diff --git a/src/manifest.json b/src/manifest.json
index cfd225f..7439a9d 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -6,9 +6,15 @@
"author": "rugk",
"description": "__MSG_extensionDescription__",
- "homepage_url": "https://github.com/rugk/mastodon-auto-remote-follow",
+ "homepage_url": "https://github.com/rugk/mastodon-simplified-federation",
"content_security_policy": "default-src 'self'; connect-src https:",
+ "icons": {
+ "16": "icons/icon.svg",
+ "32": "icons/icon.svg",
+ "48": "icons/icon.svg",
+ "96": "icons/icon.svg"
+ },
"default_locale": "en",
"options_ui": {