From 2c1c62924b23f933484591e0d273e9d085c7846c Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Tue, 18 Apr 2017 12:00:15 -0600 Subject: [PATCH] Update manifest.json Added a missing comma --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 69e9b77..9f9fbcd 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ ], "background": { "scripts": [ - "public/js/browser-polyfill.min.js" + "public/js/browser-polyfill.min.js", "public/js/events.js" ], "persistent": false