From 8388b8f65735fad709a157f75b0656fea0d2538a Mon Sep 17 00:00:00 2001 From: MasterOfTheTiger Date: Sat, 3 Feb 2018 18:13:05 -0800 Subject: [PATCH] Fix manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b525caa..aac3f38 100644 --- a/manifest.json +++ b/manifest.json @@ -9,5 +9,5 @@ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" - }, + } }