From df1348420bdcfc2d089e77ea0303dbd55144c407 Mon Sep 17 00:00:00 2001 From: hackademix Date: Mon, 20 Aug 2018 14:18:15 +0200 Subject: WebLabels-based license checking implementation. --- manifest.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 17f8670..8356a9c 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,16 @@ ], "background": { "scripts": ["bundle.js"] - } - + }, + "content_scripts": [ + { + "run_at": "document_start", + "matches": [""], + "match_about_blank": true, + "all_frames": true, + "js": [ + "content/externalLicenseChecker.js" + ] + } + ] } -- cgit v1.2.3