From 7eda58f524e9f011d1a71c0a7b2c5c0ff7bcab35 Mon Sep 17 00:00:00 2001 From: Kyle Mitchell Date: Mon, 29 Jan 2018 12:39:23 -0500 Subject: [PATCH] simple formatting fix --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index db0ca3c..cc890bc 100644 --- a/manifest.json +++ b/manifest.json @@ -13,9 +13,9 @@ "128": "icons/icon128.png" }, "permissions": ["storage"], "applications": { - "gecko": { - "id": "placidtab2@kylemitchell.me", - "strict_min_version": "57.0" + "gecko": { + "id": "placidtab2@kylemitchell.me", + "strict_min_version": "57.0" + } } } -}