diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md
index e1ddef36f..0f1ea06b7 100644
--- a/.github/CHANGELOG.md
+++ b/.github/CHANGELOG.md
@@ -58,4 +58,5 @@
33. [esx_dmvschool]: fix: fix lint error @bitpredator
34. [oxmysql]: chore: update to version 2.7.6 @bitpredator
35. [esx-radio] fix: fixed No such export addChannelCheck in resource pma-voice @bitpredator
-36. [bpt_vehicletax]: chore: clean up the code @bitpredator
\ No newline at end of file
+36. [bpt_vehicletax]: chore: clean up the code @bitpredator
+37. [jsfour-idcard]: fix: value assigned to variable ESX is overwritten @bitpredator
\ No newline at end of file
diff --git a/server-data/resources/[esx_addons]/jsfour-idcard/fxmanifest.lua b/server-data/resources/[esx_addons]/jsfour-idcard/fxmanifest.lua
index 731c3d496..dc23215cd 100644
--- a/server-data/resources/[esx_addons]/jsfour-idcard/fxmanifest.lua
+++ b/server-data/resources/[esx_addons]/jsfour-idcard/fxmanifest.lua
@@ -1,7 +1,6 @@
fx_version 'adamant'
-
game 'gta5'
-
+version '1.0.0'
ui_page 'html/index.html'
shared_script '@es_extended/imports.lua'
diff --git a/server-data/resources/[esx_addons]/jsfour-idcard/html/index.html b/server-data/resources/[esx_addons]/jsfour-idcard/html/index.html
index 7eca4f82c..35f5e7e35 100644
--- a/server-data/resources/[esx_addons]/jsfour-idcard/html/index.html
+++ b/server-data/resources/[esx_addons]/jsfour-idcard/html/index.html
@@ -24,4 +24,4 @@