diff --git a/js/content_script.js b/js/content_script.js
index b6afd9b..83b0bbe 100644
--- a/js/content_script.js
+++ b/js/content_script.js
@@ -1,4 +1,5 @@
var $x=0,$y=0;
+
// Add bubble to the top of the page.
var $box = $("
", {"class": "box_overlay"});
$("body").append($box);
diff --git a/manifest.json b/manifest.json
index 3509edc..32710da 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,7 +3,7 @@
"name": "FlashDict",
"description": "Just double click on any word and get its meaning instantly.",
- "version": "1.1.0",
+ "version": "1.2.0",
"background": {
"scripts": ["js/background.js"],