From 81d04972c4c630d4485a4b2c0e2e94d8fad33375 Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Fri, 25 Oct 2024 12:56:02 +0200 Subject: [PATCH] [manifest] fix url pattern --- manifest_v2.json | 2 +- manifest_v3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest_v2.json b/manifest_v2.json index 1f5b361..03c9e81 100644 --- a/manifest_v2.json +++ b/manifest_v2.json @@ -18,7 +18,7 @@ "content_scripts": [ { - "matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx/wblvgrp.anmeldungen*"], + "matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx*/wblvgrp.anmeldungen*"], "js": ["directory.js"], "css": ["directory.css"] } diff --git a/manifest_v3.json b/manifest_v3.json index 4d35252..0cf1b65 100644 --- a/manifest_v3.json +++ b/manifest_v3.json @@ -11,7 +11,7 @@ "content_scripts": [ { - "matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx/wblvgrp.anmeldungen*"], + "matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx*/wblvgrp.anmeldungen*"], "js": ["directory.js"], "css": ["directory.css"] }