Skip to content

Commit

Permalink
Add new Crowdin URL to manifest match patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayhew committed Jan 18, 2024
1 parent 10c108c commit f1b71f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"content_scripts": [
{
"matches": [
"https://crowdin.com/translate/khanacademy/*"
"https://crowdin.com/translate/khanacademy/*",
"https://crowdin.com/editor/khanacademy/*"
],
"js": [
"3rdPartyLibs/zepto.min.js",
Expand Down

0 comments on commit f1b71f6

Please sign in to comment.