From 126ed40016ecf139ff2e9f9df705dc9ec2dcd252 Mon Sep 17 00:00:00 2001 From: Haku Date: Fri, 13 May 2022 12:57:18 -0400 Subject: [PATCH] improved manifest --- build/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/manifest.json b/build/manifest.json index 69470eb..bd386a9 100644 --- a/build/manifest.json +++ b/build/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Gauntlet", "version": "1.0", - "description": "Defend easier in NationStates.", + "description": "Defend easier (but worse than with Reliant) in NationStates.", "author": "Haku", "permissions": ["activeTab", "storage"], "host_permissions": [ @@ -18,7 +18,7 @@ { "matches": ["https://www.nationstates.net/*"], "exclude_matches": ["https://forum.nationstates.net/*"], - "run_at": "document_end", + "run_at": "document_idle", "js": ["scripts/notyf.min.js"], "css": ["css/notyf.min.css"] },