diff options
| -rw-r--r-- | manifest.json | 5 | ||||
| -rw-r--r-- | toolstrip.html | 3 |
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> |
