From 530519294b98235c942533f979c9d4503a29802f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 20 Aug 2015 10:07:23 +0100 Subject: [PATCH] Removed stuff from manifest --- chrome/manifest.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index a6f3d30..1c683eb 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,18 +1,13 @@ { "manifest_version": 2, - "name": "Getting started example", - "description": "This extension shows a Google Image search result for the current page", + "name": "Hipchat Emoticons for all", + "description": "Allows use of hipchat emoticons on other websites", "version": "ALPHA", - "browser_action": { - "default_icon": "icon.png", - "default_popup": "popup.html" - }, "content_scripts": [ { "matches": ["http://www.google.com/*"], - "css": ["mystyles.css"], "js": ["jquery.js", "myscript.js"] } ],