Skip to content

Commit

Permalink
Add include_glob for new url format
Browse files Browse the repository at this point in the history
  • Loading branch information
bijij committed Mar 1, 2024
1 parent 8629736 commit 3080a17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest.base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "5.0.2",
"version": "5.1.0",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
Expand Down Expand Up @@ -218,7 +218,8 @@
],
"include_globs": [
"*tbm=isch*",
"*imgres?*"
"*imgres?*",
"*udm=2*"
]
}
]
Expand Down

0 comments on commit 3080a17

Please sign in to comment.