Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
fixing redirector domain
Browse files Browse the repository at this point in the history
AND ACTUALLY BUILDING THE EXTENSION DONALDLI
  • Loading branch information
ArcerionDev committed Jan 25, 2022
1 parent 61c62e8 commit 6845aeb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified PHEx/build/extension.crx
Binary file not shown.
Binary file modified PHEx/build/extension.xpi
Binary file not shown.
Binary file modified PHEx/build/extension.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions PHEx/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Prodigy Hacking Extension (PHEx)",
"version": "2.1.7",
"version": "2.1.8",
"description": "PHEx is an extension made to raise awareness of security issues for Prodigy",
"permissions": [
"webRequest",
Expand All @@ -19,7 +19,7 @@
"persistent": true
},
"content_scripts": [{
"matches": ["https://play.prodigygame.com/*"],
"matches": ["https://math.prodigygame.com/*"],
"js": ["disableIntegrity.js"]
}],
"browser_action": {
Expand Down

0 comments on commit 6845aeb

Please sign in to comment.