From 440a3bbb9eb880871aaa8759216e32ab0e183042 Mon Sep 17 00:00:00 2001 From: Andrea Grandi Date: Sun, 31 Aug 2014 16:38:33 +0100 Subject: [PATCH] Grunt build has automatically reindented the file --- app/manifest.json | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index d64a59f..d1f9723 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -15,23 +15,27 @@ ], "persistent": false }, - "page_action": { - "default_icon": { - "19": "images/icon-19.png", - "38": "images/icon-38.png" + "page_action": { + "default_icon": { + "19": "images/icon-19.png", + "38": "images/icon-38.png" + }, + "default_title": "fullyfeedly" }, - "default_title": "fullyfeedly" - }, - "content_scripts": [ - { - "matches": ["*://*.feedly.com/*"], - "js": ["scripts/content.js"] - } - ], - "permissions": [ - "declarativeContent", - "activeTab", - "http://boilerpipe-web.appspot.com/*" - ], - "options_page": "options.html" + "content_scripts": [ + { + "matches": [ + "*://*.feedly.com/*" + ], + "js": [ + "scripts/content.js" + ] + } + ], + "permissions": [ + "declarativeContent", + "activeTab", + "http://boilerpipe-web.appspot.com/*" + ], + "options_page": "options.html" }