diff --git a/.gitignore b/.gitignore
index 5a2dbe4..7a6b155 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
/*.zip
-.DS-Store
\ No newline at end of file
+.DS_Store
\ No newline at end of file
diff --git a/README.md b/README.md
index 3c47932..1678de8 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,29 @@
-This extension was created to provide ability to quickly preview links without leaving the current page context. It adds entry in context menu of links, and when clicked, opens new small window at mouse position without browser controls.
+# Open in Popup Window
-Extension provides several options for popup height/width, whether to show browser controls, and whether to close the popup when origin window regains focus (for example clicked outside of popup).
+This tiny extension provides ability to quickly preview links without leaving the current page context. It adds entry in context menu of links, and when clicked, opens new small window without tab bar and addressbar at cursor position.
-Privacy:
-This extension doesn't collect any private data. It requires access to currently open page in order to get mouse coordinates when context menu was opened.
+It also provides the ability to open any image in a popup window, as well as use drag and drop to create popup windows for links and images (disabled by default)
+
+Extension provides several options for popup height/width, whether to show browser controls, and whether to close the popup when origin window regains focus (for example, user clicked outside of popup), and many others!
+
+
-
\ No newline at end of file
+
+
+
+## Privacy:
+This extension doesn't collect any private data. It only requires access to currently open page in order to fetch information about the object under cursor when drag and drop event occured or context menu was opened.
+
+
+## Support
+If you really enjoy this product, please consider supporting its further development by making a small donation!
+
+Ko-Fi
+
+
+PayPal
+
\ No newline at end of file