diff --git a/_locales/de/messages.json b/_locales/de/messages.json
index 30ed88823..f69eebec8 100644
--- a/_locales/de/messages.json
+++ b/_locales/de/messages.json
@@ -644,6 +644,9 @@
"options_builtin_achievements_csrating": {
"message": "Verlauf der CS-Wertung bei den CS2-Errungenschaften anzeigen"
},
+ "options_profile_gamecovers": {
+ "message": "Spielcover mit Regionsbeschränkung anzeigen"
+ },
"boostercreator_available_at_date": {
"message": "Du wirst bis zum $available_date$ kein weiteres Booster-Pack für dieses Spiel herstellen können.",
"description": "\"Booster Pack\" should match how Steam itself names it at: https://steamcommunity.com/tradingcards/boostercreator/",
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index e59a12375..1070d88f2 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -662,7 +662,9 @@
"options_builtin_achievements_csrating": {
"message": "Display CS rating history on CS2 achievements page"
},
-
+ "options_profile_gamecovers": {
+ "message": "Display game covers with country restriction"
+ },
"boostercreator_available_at_date": {
"message": "You will not be able to create another Booster Pack for this game until $available_date$.",
"description": "\"Booster Pack\" should match how Steam itself names it at: https://steamcommunity.com/tradingcards/boostercreator/",
diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json
index 09e3b3168..06f042d51 100644
--- a/_locales/ru/messages.json
+++ b/_locales/ru/messages.json
@@ -644,6 +644,9 @@
"options_builtin_achievements_csrating": {
"message": "Отображать историю рейтинга CS на странице достижений CS2"
},
+ "options_profile_gamecovers": {
+ "message": "Отображать обложки игр c региональным ограничением"
+ },
"boostercreator_available_at_date": {
"message": "Вы не сможете создать дополнительный набор карточек этой игры до $available_date$.",
"description": "\"Booster Pack\" should match how Steam itself names it at: https://steamcommunity.com/tradingcards/boostercreator/",
diff --git a/_locales/uk/messages.json b/_locales/uk/messages.json
index a009a587b..7667a5199 100644
--- a/_locales/uk/messages.json
+++ b/_locales/uk/messages.json
@@ -644,6 +644,9 @@
"options_builtin_achievements_csrating": {
"message": "Показувати історію рейтингу CS на сторінці досягнень CS2"
},
+ "options_profile_gamecovers": {
+ "message": "Показувати обкладинки ігор з регіональним обмеженням"
+ },
"boostercreator_available_at_date": {
"message": "Ви не зможете створити інший комплект для цієї гри до $available_date$.",
"description": "\"Booster Pack\" should match how Steam itself names it at: https://steamcommunity.com/tradingcards/boostercreator/",
diff --git a/icons/applogo.svg b/icons/applogo.svg
new file mode 100644
index 000000000..a68bd65c4
--- /dev/null
+++ b/icons/applogo.svg
@@ -0,0 +1,4 @@
+
diff --git a/manifest.json b/manifest.json
index 3fb745c26..c17c2cce1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -67,6 +67,7 @@
"icons/steamhunters.svg",
"icons/image.svg",
"icons/achievements_completed.svg",
+ "icons/applogo.svg",
"styles/appicon.css",
"styles/inventory-sidebar.css",
@@ -75,6 +76,7 @@
"scripts/community/agecheck_injected.js",
"scripts/community/filedetails_award_injected.js",
"scripts/community/profile_award_injected.js",
+ "scripts/community/profile_gamecovers_injected.js",
"scripts/community/tradeoffer_injected.js",
"scripts/community/boostercreator_injected.js",
"scripts/store/app_collapse_long_strings.js",
diff --git a/options/options.html b/options/options.html
index fee984514..d2d7c8181 100644
--- a/options/options.html
+++ b/options/options.html
@@ -292,9 +292,13 @@