Skip to content

Commit

Permalink
extension: Add exclusions for Time4Learning and Edgenuity
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed May 1, 2024
1 parent 1e95c6b commit 99eaf7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/packages/extension/manifest_firefox.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"https://*.twitch.tv/*",
"https://www.tuxedocomputers.com/*",
"https://*.taobao.com/*",
"https://*.time4learning.com/*",
"https://*.edgenuity.com/*",
],
"js": ["dist/content.js"],
"all_frames": true,
Expand Down
2 changes: 2 additions & 0 deletions web/packages/extension/manifest_other.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"https://*.twitch.tv/*",
"https://www.tuxedocomputers.com/*",
"https://*.taobao.com/*",
"https://*.time4learning.com/*",
"https://*.edgenuity.com/*",
],
"js": ["dist/content.js"],
"all_frames": true,
Expand Down
2 changes: 2 additions & 0 deletions web/packages/extension/src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ async function enable() {
"https://*.twitch.tv/*",
"https://www.tuxedocomputers.com/*",
"https://*.taobao.com/*",
"https://*.time4learning.com/*",
"https://*.edgenuity.com/*",
],
runAt: "document_start",
world: "MAIN",
Expand Down

0 comments on commit 99eaf7a

Please sign in to comment.