From 223ef63621c406642c5aba08289a8411d186a5f2 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 27 Nov 2016 00:34:07 -0500 Subject: [PATCH] rename --- src/content/{autoFill2.js => autofill.js} | 0 src/manifest.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/content/{autoFill2.js => autofill.js} (100%) diff --git a/src/content/autoFill2.js b/src/content/autofill.js similarity index 100% rename from src/content/autoFill2.js rename to src/content/autofill.js diff --git a/src/manifest.json b/src/manifest.json index b2cf58ea919..cb8c84f4fec 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -17,7 +17,7 @@ "content_scripts": [ { "all_frames": true, - "js": [ "content/autoFill.js" ], + "js": [ "content/autofill.js" ], "matches": [ "http://*/*", "https://*/*", "file:///*" ], "run_at": "document_start" }