diff --git a/highlighter.png b/highlighter.png
new file mode 100644
index 0000000..fa83315
Binary files /dev/null and b/highlighter.png differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..200efba
--- /dev/null
+++ b/index.html
@@ -0,0 +1 @@
+
IDK WHAT I'M DOING
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..6643d12
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,10 @@
+{
+ "name": "Simplify",
+ "version": "1.0",
+ "description": "We're making a Text Summarizer",
+ "manifest_version": 2,
+ "browser_action": {
+ "default_popup": "index.html",
+ "default_icon": "highlighter.png"
+ }
+}
\ No newline at end of file