diff --git a/manifest.json b/manifest.json index 6ba8ac3..7a21ef2 100644 --- a/manifest.json +++ b/manifest.json @@ -20,6 +20,11 @@ "js": ["js/oa.js"], "run_at": "document_start" }, + { + "matches": ["http://oa.komect.com/oa/oa/*"], + "js": ["js/oa.js"], + "run_at": "document_start" + }, { "matches": ["https://oa.komect.com:2100/oa/oa/*"], "js": ["js/oa.js"], @@ -30,6 +35,11 @@ "js": ["js/read.js"], "run_at": "document_start" }, + { + "matches": ["http://oa.komect.com/oa/document/*"], + "js": ["js/read.js"], + "run_at": "document_start" + }, { "matches": ["https://oa.komect.com:2100/oa/document/*"], "js": ["js/read.js"],