diff --git a/README.md b/README.md
index 930c2e0..31fd0f4 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,23 @@
-FullyFeedly
-===========
+# FullyFeedly
-Chrome extension to display the full content of articles in Feedly
+### Chrome extensions to read the full articles inside leaving Feedly.com
+[![Chrome Web Store](https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png)](https://chrome.google.com/webstore/detail/fullyfeedly/ikdncbjpcpkheefmnbicggciklkeebmp?hl=en)
-## Usage
+With FullyFeedly you can load the full content of the articles inside Feedly, even though the feed RSS contains only a short preview.
+
+## Features
-The RSS feed of some website contains only a preview of the articles.
-FullFeedly is a chrome extensions that allows you to read the full article without leaving Feedly.com
+* Seamless integration with Readability
+* Super fast keyboard shortcut
+* Works perfectly with HTTPS connection
+
+## Usage
When reading an incomplete post, simply press the icon of FullFeedly in the URL bar to download the full text.
+You can also enable the keyboard shortcut from the options page and display the full article with **f f**
+
## Developer
diff --git a/app/images/icon-128.png b/app/images/icon-128.png
index bd9d97a..4d8b57a 100644
Binary files a/app/images/icon-128.png and b/app/images/icon-128.png differ
diff --git a/app/manifest.json b/app/manifest.json
index 52c47af..b573a92 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
- "version": "0.6.0",
+ "version": "0.7.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
diff --git a/app/options.html b/app/options.html
index b1bd108..503d589 100644
--- a/app/options.html
+++ b/app/options.html
@@ -17,7 +17,7 @@
-
+
FullyFeedly
Show the full content of the articles in Feedly.com
diff --git a/app/styles/main.css b/app/styles/main.css
index 86e38e8..562fb45 100644
--- a/app/styles/main.css
+++ b/app/styles/main.css
@@ -2,7 +2,15 @@ body {
padding: 20px;
}
+.jumbotron h1 {
+ font-weight: bold;
+}
+
#tryShortcut {
padding: 3px 8px;
border-radius: 3px;
+}
+
+#icon128 {
+ margin: 10px 10px 0px 0px;
}
\ No newline at end of file
diff --git a/resources/banners/banner.pxm b/resources/banners/banner.pxm
new file mode 100644
index 0000000..ad4da8e
Binary files /dev/null and b/resources/banners/banner.pxm differ
diff --git a/resources/banners/banner440x280.png b/resources/banners/banner440x280.png
old mode 100755
new mode 100644
index 14d6734..a3602f5
Binary files a/resources/banners/banner440x280.png and b/resources/banners/banner440x280.png differ
diff --git a/resources/extra/feedly-512.png b/resources/extra/feedly-512.png
new file mode 100644
index 0000000..7452e49
Binary files /dev/null and b/resources/extra/feedly-512.png differ
diff --git a/resources/extra/readability.png b/resources/extra/readability.png
new file mode 100644
index 0000000..1fa12b5
Binary files /dev/null and b/resources/extra/readability.png differ
diff --git a/resources/icons/icon-128.pxm b/resources/icons/icon-128.pxm
index d70bbbe..30e1b8d 100644
Binary files a/resources/icons/icon-128.pxm and b/resources/icons/icon-128.pxm differ
diff --git a/resources/screenshots/main.png b/resources/screenshots/main.png
new file mode 100644
index 0000000..fef46d8
Binary files /dev/null and b/resources/screenshots/main.png differ
diff --git a/resources/screenshots/main.pxm b/resources/screenshots/main.pxm
new file mode 100644
index 0000000..352c502
Binary files /dev/null and b/resources/screenshots/main.pxm differ
diff --git a/resources/screenshots/readability.png b/resources/screenshots/readability.png
new file mode 100644
index 0000000..3192835
Binary files /dev/null and b/resources/screenshots/readability.png differ
diff --git a/resources/screenshots/readability.pxm b/resources/screenshots/readability.pxm
new file mode 100644
index 0000000..41d30ab
Binary files /dev/null and b/resources/screenshots/readability.pxm differ
diff --git a/resources/screenshots/shortcut.png b/resources/screenshots/shortcut.png
new file mode 100644
index 0000000..775ceb5
Binary files /dev/null and b/resources/screenshots/shortcut.png differ
diff --git a/resources/screenshots/shortcut.pxm b/resources/screenshots/shortcut.pxm
new file mode 100644
index 0000000..701584f
Binary files /dev/null and b/resources/screenshots/shortcut.pxm differ