From 6f1e478abb01c3f9247f46296e3cf62fdc5f44a5 Mon Sep 17 00:00:00 2001
From: didierfred <didierfred@gmail.com>
Date: Wed, 3 Jul 2019 21:52:40 +0200
Subject: [PATCH] reformatting

---
 manifest.json | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/manifest.json b/manifest.json
index b312831..d7ccfd3 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,32 +1,34 @@
 {
-
   "description": "Simple Modify headers ",
   "manifest_version": 2,
   "name": "simple-modify-headers",
-  "version": "1.6.6",
+  "version": "1.6.7",
   "homepage_url": "https://github.com/didierfred/SimpleModifyHeaders",
   "icons": {
     "48": "icons/modify-48.png"
   },
-
   "permissions": [
-    "activeTab","storage","webRequest", "webRequestBlocking", "<all_urls>" ,"tabs"
+    "activeTab",
+    "storage",
+    "webRequest",
+    "webRequestBlocking",
+    "<all_urls>",
+    "tabs"
   ],
-  
   "background": {
-    "scripts": ["background.js"]
+    "scripts": [
+      "background.js"
+    ]
   },
-
   "browser_action": {
     "default_icon": "icons/modify-32.png",
     "default_title": "Simple Modify Headers",
     "default_popup": "popup/menu.html"
   },
-  
   "applications": {
-  "gecko": {
-    "id": "{f6ca2dfb-43a6-4334-9fad-8d5a71a1fe67}",
-    "strict_min_version": "42.0"
-     }
+    "gecko": {
+      "id": "{f6ca2dfb-43a6-4334-9fad-8d5a71a1fe67}",
+      "strict_min_version": "42.0"
+    }
   }
-}
+}
\ No newline at end of file
-- 
GitLab