From cc25eb4e253aa1dbc899493190a135ec538ec8c7 Mon Sep 17 00:00:00 2001 From: Kumar McMillan Date: Thu, 30 Jun 2016 16:37:50 -0500 Subject: [PATCH] Removed duplicate properties in manifest --- chill-out/manifest.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/chill-out/manifest.json b/chill-out/manifest.json index ff9cd30..37bb6f1 100644 --- a/chill-out/manifest.json +++ b/chill-out/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "name": "Chill out", + "name": "chillout-page-action", "version": "1.0", "description": "Show a page action after a period of inactivity. Show cat gifs when the page action is clicked.", "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/chill-out", @@ -8,10 +8,6 @@ "48": "icons/chillout-48.png" }, - "manifest_version": 2, - "name": "chillout-page-action", - "version": "1.0", - "applications": { "gecko": { "id": "chillout-page-action@mozilla.org" @@ -21,13 +17,13 @@ "permissions": [ "alarms", "tabs" - ], + ], "page_action": { "default_icon": "icons/chillout-32.png", "default_title": "Chill out" }, - + "background": { "scripts": ["background.js"] }