From a55cc7ef723daffccc67deff6e72e623f0f7d120 Mon Sep 17 00:00:00 2001 From: huangxin Date: Fri, 6 Mar 2020 09:36:16 +0800 Subject: [PATCH] add http url support --- manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"],