|
|
|
@@ -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"] |
|
|
|
}, |
|
|
|
|