From 8306472bbdf86417ab441ab03c8177e495565706 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sat, 6 Nov 2021 11:13:31 +1100 Subject: [PATCH] rename launcher to init --- extension/{launcher.js => init.js} | 0 extension/manifest.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename extension/{launcher.js => init.js} (100%) diff --git a/extension/launcher.js b/extension/init.js similarity index 100% rename from extension/launcher.js rename to extension/init.js diff --git a/extension/manifest.json b/extension/manifest.json index f92eb84..c10a7b2 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -23,7 +23,7 @@ "content_scripts": [ { "matches": ["https://*.notion.so/*", "https://*.notion.site/*"], - "js": ["launcher.js"] + "js": ["init.js"] } ], "permissions": [