aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilya2009-11-09 01:56:50 -0800
committerilya2009-11-09 01:56:50 -0800
commit263ee35bcd468004718ee0457967c57991b0f09b (patch)
tree70f09ad0e235a117deb2761d202c78e7a770fddc
parentbe17ec68f6038e176b8a72e674697861228dfb56 (diff)
downloadvimium-263ee35bcd468004718ee0457967c57991b0f09b.tar.bz2
Get rid of the toolstrip for now.
-rw-r--r--manifest.json5
-rw-r--r--toolstrip.html3
2 files changed, 2 insertions, 6 deletions
diff --git a/manifest.json b/manifest.json
index 3310bf34..d5498c00 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,8 +1,7 @@
{
"name": "Vimium",
"version": "1.0",
- "description": "The hacker's browser.",
- "toolstrips": [ "toolstrip.html" ],
+ "description": "The Hacker's Browser.",
"background_page": "background_page.html",
"permissions": [
"tabs"
@@ -13,4 +12,4 @@
"js": ["vimiumFrontend.js"]
}
]
-} \ No newline at end of file
+}
diff --git a/toolstrip.html b/toolstrip.html
deleted file mode 100644
index c984ed06..00000000
--- a/toolstrip.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<div class="toolstrip-button">
- <span>Hello, World!</span>
-</div>