From b01919dd36ae43b0fbca2ff4116ad654c3dc1f43 Mon Sep 17 00:00:00 2001 From: Kieran Date: Sun, 5 Jun 2016 19:24:44 +0100 Subject: [PATCH] Fix manifest bandaids reference. @NuhaKhaled noticed this in #49 Thanks for the help! Fixes #49 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 03aba37b..664a9224 100644 --- a/manifest.json +++ b/manifest.json @@ -37,7 +37,7 @@ "*://*.youtube.com/*" ], "js": [ - "bandaids.js" + "js/bandaids.js" ], "run_at": "document_start", "all_frames": true