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

Commit 6845aeb

Browse files
committed
fixing redirector domain
AND ACTUALLY BUILDING THE EXTENSION DONALDLI
1 parent 61c62e8 commit 6845aeb

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

PHEx/build/extension.crx

-1 Bytes
Binary file not shown.

PHEx/build/extension.xpi

-1 Bytes
Binary file not shown.

PHEx/build/extension.zip

-1 Bytes
Binary file not shown.

PHEx/src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Prodigy Hacking Extension (PHEx)",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "PHEx is an extension made to raise awareness of security issues for Prodigy",
55
"permissions": [
66
"webRequest",
@@ -19,7 +19,7 @@
1919
"persistent": true
2020
},
2121
"content_scripts": [{
22-
"matches": ["https://play.prodigygame.com/*"],
22+
"matches": ["https://math.prodigygame.com/*"],
2323
"js": ["disableIntegrity.js"]
2424
}],
2525
"browser_action": {

0 commit comments

Comments
 (0)