Skip to content

PHEx 3.1.0 #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified PHEx/build/extension.xpi
Binary file not shown.
Binary file modified PHEx/build/extension.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion PHEx/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Prodigy Hacking Extension | PHEx",
"version": "3.0.2",
"version": "3.1.0",
"description": "Free and open source hacks for Prodigy Math Game (for Firefox).",
"permissions": [
"webRequest",
Expand Down
10 changes: 10 additions & 0 deletions PHEx/src/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appName": {
"message": "Prodigy Hacking Extension | PHEx",
"description": "Free and open source hacks for Prodigy, the math game!\nFree and open source hacks for Prodigy Math Game! Hacks include Set Gold, Set Level, Set Morph, Complete Quest, and more! Also, note that our goal was to improve Prodigy's security, not ruining the game for profit. We won't sell our hacks, or put ads.\nAll of our code is open source at https://github.com/ProdigyPNP"
},
"appDesc": {
"message": "Free and open source hacks for Prodigy Math Game",
"description": "Free and open source hacks for Prodigy, the math game!\nFree and open source hacks for Prodigy Math Game! Hacks include Set Gold, Set Level, Set Morph, Complete Quest, and more! Also, note that our goal was to improve Prodigy's security, not ruining the game for profit. We won't sell our hacks, or put ads.\nAll of our code is open source at https://github.com/ProdigyPNP"
}
}
10 changes: 10 additions & 0 deletions PHEx/src/_locales/en_GB/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appName": {
"message": "Prodigy Hacking Extension | PHEx",
"description": "Free and open source hacks for Prodigy, the math game!\nFree and open source hacks for Prodigy Math Game! Hacks include Set Gold, Set Level, Set Morph, Complete Quest, and more! Also, note that our goal was to improve Prodigy's security, not ruining the game for profit. We won't sell our hacks, or put ads.\nAll of our code is open source at https://github.com/ProdigyPNP"
},
"appDesc": {
"message": "Free and open source hacks for Prodigy Math Game",
"description": "Free and open source hacks for Prodigy, the math game!\nFree and open source hacks for Prodigy Math Game! Hacks include Set Gold, Set Level, Set Morph, Complete Quest, and more! Also, note that our goal was to improve Prodigy's security, not ruining the game for profit. We won't sell our hacks, or put ads.\nAll of our code is open source at https://github.com/ProdigyPNP"
}
}
10 changes: 10 additions & 0 deletions PHEx/src/_locales/en_US/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appName": {
"message": "Prodigy Hacking Extension | PHEx",
"description": "Free and open source hacks for Prodigy, the math game!\nFree and open source hacks for Prodigy Math Game! Hacks include Set Gold, Set Level, Set Morph, Complete Quest, and more! Also, note that our goal was to improve Prodigy's security, not ruining the game for profit. We won't sell our hacks, or put ads.\nAll of our code is open source at https://github.com/ProdigyPNP"
},
"appDesc": {
"message": "Free and open source hacks for Prodigy Math Game",
"description": "Free and open source hacks for Prodigy, the math game!\nFree and open source hacks for Prodigy Math Game! Hacks include Set Gold, Set Level, Set Morph, Complete Quest, and more! Also, note that our goal was to improve Prodigy's security, not ruining the game for profit. We won't sell our hacks, or put ads.\nAll of our code is open source at https://github.com/ProdigyPNP"
}
}
10 changes: 10 additions & 0 deletions PHEx/src/_locales/ru/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appName": {
"message": "Продигы Хакинг Ехтенщон | PHEx",
"description": "Бесплатные хаки с открытым исходным кодом, для Prodigy, математической игры! Хаки включают Изменить Золото, Изменить Уровень, Включить Морф, Закочьить Приключение и многое другое! Также обратите внимание, что нашей целью было улучшить безопасность Prodigy, а не портить игру ради прибыли. Мы не будем продавать наши хаки или размещать рекламу.\nВесь наш код находится в открытом доступе на https://github.com/ProdigyPNP."
},
"appDesc": {
"message": "Бесплатные хаки с открытым исходным кодом, для Prodigy, математической игры!",
"description": "Бесплатные хаки с открытым исходным кодом, для Prodigy, математической игры! Хаки включают Изменить Золото, Изменить Уровень, Включить Морф, Закочьить Приключение и многое другое! Также обратите внимание, что нашей целью было улучшить безопасность Prodigy, а не портить игру ради прибыли. Мы не будем продавать наши хаки или размещать рекламу.\nВесь наш код находится в открытом доступе на https://github.com/ProdigyPNP."
}
}
9 changes: 5 additions & 4 deletions PHEx/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "Prodigy Hacking Extension | PHEx",
"name": "__MSG_appName__",
"manifest_version": 3,
"version": "3.0.2",
"description": "Free and open source hacks for Prodigy Math Game",
"version": "3.1.0",
"description": "__MSG_appDesc__",
"default_locale": "en",
"author": "ProdigyPNP",

"permissions": [
Expand Down Expand Up @@ -39,6 +40,6 @@
"48": "assets/x48.png",
"128": "assets/x128.png"
},
"default_title": "Prodigy Hacking Extension | PHEx"
"default_title": "__MSG_appName__"
}
}
1 change: 0 additions & 1 deletion PHEx/src/swal/sweetalert2.min.css

This file was deleted.