diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 4373977..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-mango.zip
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index 57c338f..4cf91da 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Adrian Victor
+Copyright (c) 2024 adrianvictor
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/README.MD b/README.MD
index 5b0d050..e1a9055 100644
--- a/README.MD
+++ b/README.MD
@@ -1,20 +1,17 @@
# Mango
-I declare war to rouded corners!
+Obliterates rounded corners... BECAUSE I HATE THEM
-
-
-## Example
-
+
+
## How it works
-```css
-* {
+``* {
border-radius: 0 !important;
-}
-```
-This CSS tells your browser that everything (`*`) should have the property `border-radius` (amount of rounded corner) to 0.
+}``
+That's everything we inject into your page, feel free to check the source code to be sure we're not doing anything malicious.
-The extension just injects this into your page after checking if the page is whitelisted. This extension is so tiny that you can review `mango.js` and `main.js` by yourself or with help of AI.
+## Why 'Mango'
+Mango is the codename of the first Windows Phone OS to have a codename (Windows Phone 7.5). I had a WP as a child and I always loved the "minimalist square" design of Windows Phone.
-## Why Mango
-Mango is the codename of _Windows Phone 7.5_, the first version to adopt Microslop's "Metro UI". I grew up as a kid using Windows Phone and that shaped the way I see rounded corners—and I absolutely hate them.
\ No newline at end of file
+## Contributing
+Just do a pull request
\ No newline at end of file
diff --git a/img/Firefox-badges.jpg b/img/Firefox-badges.jpg
deleted file mode 100644
index 45917bf..0000000
Binary files a/img/Firefox-badges.jpg and /dev/null differ
diff --git a/mango.html b/mango.html
index d1a0b95..e1e3020 100644
--- a/mango.html
+++ b/mango.html
@@ -1,20 +1,17 @@