From 76b9c744b4f6f76d344193a0149765652bf5e9ef Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sun, 1 Jul 2018 11:13:25 -0400 Subject: [PATCH] Fix whitespace in manifest.json --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 225255c..fbaa213 100644 --- a/manifest.json +++ b/manifest.json @@ -19,7 +19,8 @@ "128": "icon.png" }, "permissions": [ - "storage", "https://*/*" + "storage", + "https://*/*" ], "content_scripts": [ { @@ -28,6 +29,6 @@ } ], "web_accessible_resources": [ - "medium.css" + "medium.css" ] }