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