Skip to content

Commit 38d81ee

Browse files
committed
FVTT: Fix detection when routePrefix is set on Firefox
Fixes kakaroto#157
1 parent 3064b70 commit 38d81ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest_ff.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"storage",
1010
"*://app.roll20.net/editor/",
1111
"*://*.dndbeyond.com/*",
12-
"*://*/game"
12+
"*://*/*game"
1313
],
1414
"browser_specific_settings": {
1515
"gecko": {
@@ -163,7 +163,7 @@
163163
},
164164
{
165165
"matches": [
166-
"*://*/game"
166+
"*://*/*game"
167167
],
168168
"css": [
169169
"libs/css/alertify.css",

0 commit comments

Comments
 (0)