[manifest] fix url pattern
This commit is contained in:
parent
3178e5cf7e
commit
81d04972c4
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
"content_scripts": [
|
"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"],
|
"js": ["directory.js"],
|
||||||
"css": ["directory.css"]
|
"css": ["directory.css"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
"content_scripts": [
|
"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"],
|
"js": ["directory.js"],
|
||||||
"css": ["directory.css"]
|
"css": ["directory.css"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue