From 57f798044d32ba7f9dc10a34ac31ad5dbdbf56ae Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 8 Oct 2017 15:15:12 +0900 Subject: rename background end-point script name --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 7c60cdd..216023b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "content_scripts": [ { "matches": [ "http://*/*", "https://*/*" ], - "js": [ "build/index.js" ] + "js": [ "build/content.js" ] } ], "background": { -- cgit v1.2.3