From f314093dcd7b95f6dda3356a160e33ce1f664ec5 Mon Sep 17 00:00:00 2001 From: Haku Date: Tue, 23 Nov 2021 20:12:58 -0500 Subject: [PATCH] adjusted manifest for settings page and button creation file --- build/manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/manifest.json b/build/manifest.json index 3767a79..b3410f1 100644 --- a/build/manifest.json +++ b/build/manifest.json @@ -18,7 +18,13 @@ "matches": ["https://www.nationstates.net/*"], "exclude_matches": ["https://forum.nationstates.net/*"], "run_at": "document_end", - "js": ["scripts/main.js"] + "js": ["scripts/buttons.js", "scripts/main.js"] + }, + { + "matches": ["https://www.nationstates.net/page=blank/raspberry=settings"], + "exclude_matches": ["https://forum.nationstates.net/*"], + "run_at": "document_end", + "js": ["scripts/settings.js"] } ] } \ No newline at end of file