From a57363f1c0ec565df9119b4e3cf49204f978f530 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 11 May 2015 13:33:26 -0700 Subject: [PATCH] Update manifest to be a chrome packaged app --- manifest.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index 42865a87..57efa34c 100644 --- a/manifest.json +++ b/manifest.json @@ -17,16 +17,10 @@ "128": "images/icon_128.png" }, - "browser_action": { - "default_icon": { - "19": "images/icon_19.png", - "38": "images/icon_38.png" - }, - "default_title": "Signal" - }, - - "background": { - "page": "background.html" + "app": { + "background": { + "page": "background.html" + } }, "options_page": "options.html",