Merge https://github.com/ArchanjoJr/personal-extension
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..02d58af
--- /dev/null
+++ b/index.html
@@ -0,0 +1,8 @@
+<<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+ <h1> First Extension, BERG !</h1>
+</body>
+</html>
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..a3e4be9
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,19 @@
+{
+ "name":"Hello Extension",
+ "description":"First Extensions to google chrome",
+ "version":"0.1",
+ "manifest_version":2,
+
+ "browser_action":{
+ "default_popup":"index.html",
+ "default_icon":"xmind.png"
+ },
+ "commands":{
+ "_execute_browser_action":{
+ "suggested_key":{
+ "default":"Ctrl+Shift+F"
+ },
+ "description":"Open index.html and salute the awesomeness"
+ }
+ }
+}
\ No newline at end of file
diff --git a/xmind.png b/xmind.png
new file mode 100644
index 0000000..6423a8e
--- /dev/null
+++ b/xmind.png
Binary files differ