diff --git a/README.md b/README.md
index 87e3dcb..598d136 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 ## В планах
 
 - [X] Адаптировать структуру проекта для поддержки инструментов сборки
-- [ ] Добавить возможность управление с геймпада
+- [X] Добавить возможность управление с геймпада
 - [ ] Добавить возможность управление с тачскрина
 - [X] Добавить возможность управление с мыши и клавиатуры
 - [X] Добавить систему тем [Документация](documentation/theme_guide)
@@ -16,6 +16,7 @@
 - [ ] Продумать систему вкладок вместо той что есть сейчас
 - [ ] Добавить Gamescope сессию на подобие той что есть в SteamOS
 - [ ] Написать адаптивный дизайн (За эталон берём SteamDeck с разрешением 1280х800)
+- [ ] Переделать скриншоты для соответсвия [гайдлайнам Flathub](https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines#screenshots)
 - [X] Брать описание и названия игр с базы данных Steam
 - [X] Брать обложки для игр со SteamGridDB или CDN Steam
 - [X] Оптимизировать работу со SteamApi что бы ускорить время запуска
diff --git a/build-aux/fedora-git.spec b/build-aux/fedora-git.spec
index 3eace5a..feb0d77 100644
--- a/build-aux/fedora-git.spec
+++ b/build-aux/fedora-git.spec
@@ -45,7 +45,7 @@ Requires:       perl-Image-ExifTool
 Requires:       xdg-utils
 
 %description -n python3-%{pypi_name}-git
-PortProtonQt is a modern, user-friendly graphical interface designed to streamline the management and launching of games across multiple platforms, including PortProton, Steam, and Epic Games Store.
+This application provides a sleek, intuitive graphical interface for managing and launching games from PortProton, Steam, and Epic Games Store. It consolidates your game libraries into a single, user-friendly hub for seamless navigation and organization. Its lightweight structure and cross-platform support deliver a cohesive gaming experience, eliminating the need for multiple launchers. Unique PortProton integration enhances Linux gaming, enabling effortless play of Windows-based titles with minimal setup.
 
 %prep
 git clone https://git.linux-gaming.ru/Boria138/PortProtonQt.git
@@ -62,6 +62,8 @@ cp -r build-aux/share %{buildroot}/usr/
 
 %files -n python3-%{pypi_name}-git -f %{pyproject_files}
 %{_bindir}/%{pypi_name}
-%{_datadir}/*
+%{_datadir}/icons/hicolor/scalable/apps/ru.linux_gaming.PortProtonQt.svg
+%{_metainfodir}/ru.linux_gaming.PortProtonQt.metainfo.xml
+%{_datadir}/applications/ru.linux_gaming.PortProtonQt.desktop
 
 %changelog
diff --git a/build-aux/fedora.spec b/build-aux/fedora.spec
index 24c5f1c..ba26d25 100644
--- a/build-aux/fedora.spec
+++ b/build-aux/fedora.spec
@@ -42,7 +42,7 @@ Requires:       perl-Image-ExifTool
 Requires:       xdg-utils
 
 %description -n python3-%{pypi_name}
-PortProtonQt is a modern, user-friendly graphical interface designed to streamline the management and launching of games across multiple platforms, including PortProton, Steam, and Epic Games Store.
+This application provides a sleek, intuitive graphical interface for managing and launching games from PortProton, Steam, and Epic Games Store. It consolidates your game libraries into a single, user-friendly hub for seamless navigation and organization. Its lightweight structure and cross-platform support deliver a cohesive gaming experience, eliminating the need for multiple launchers. Unique PortProton integration enhances Linux gaming, enabling effortless play of Windows-based titles with minimal setup.
 
 %prep
 git clone https://git.linux-gaming.ru/Boria138/PortProtonQt
@@ -61,6 +61,8 @@ cp -r build-aux/share %{buildroot}/usr/
 
 %files -n python3-%{pypi_name} -f %{pyproject_files}
 %{_bindir}/%{pypi_name}
-%{_datadir}/*
+%{_datadir}/icons/hicolor/scalable/apps/ru.linux_gaming.PortProtonQt.svg
+%{_metainfodir}/ru.linux_gaming.PortProtonQt.metainfo.xml
+%{_datadir}/applications/ru.linux_gaming.PortProtonQt.desktop
 
 %changelog
diff --git a/build-aux/share/metainfo/ru.linux_gaming.PortProtonQt.metainfo.xml b/build-aux/share/metainfo/ru.linux_gaming.PortProtonQt.metainfo.xml
new file mode 100644
index 0000000..42af19e
--- /dev/null
+++ b/build-aux/share/metainfo/ru.linux_gaming.PortProtonQt.metainfo.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+  <name>PortProtonQt</name>
+  <id>ru.linux_gaming.PortProtonQt</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0-or-later</project_license>
+  <summary>Modern GUI for managing and launching games from PortProton, Steam, and Epic Games Store</summary>
+  <summary xml:lang="ru">Современный графический интерфейс для управления и запуска игр из PortProton, Steam и Epic Games Store</summary>
+  <description>
+    <p>This application provides a sleek, intuitive graphical interface for managing and launching games from PortProton, Steam, and Epic Games Store. It consolidates your game libraries into a single, user-friendly hub for seamless navigation and organization. Its lightweight structure and cross-platform support deliver a cohesive gaming experience, eliminating the need for multiple launchers. Unique PortProton integration enhances Linux gaming, enabling effortless play of Windows-based titles with minimal setup.</p>
+  </description>
+  <launchable type="desktop-id">ru.linux_gaming.PortProtonQt.desktop</launchable>
+  <developer id="ru.linux_gaming">
+    <name>Boria138</name>
+  </developer>
+  <recommends>
+    <control>keyboard</control>
+    <control>pointing</control>
+    <control>touch</control>
+    <control>gamepad</control>
+  </recommends>
+  <branding>
+    <color type="primary" scheme_preference="light">#007AFF</color>
+    <color type="primary" scheme_preference="dark">#09BEC8</color>
+  </branding>
+  <categories>
+    <category>Game</category>
+    <category>Utility</category>
+  </categories>
+  <url type="homepage">https://git.linux-gaming.ru/Boria138/PortProtonQt</url>
+  <url type="bugtracker">https://git.linux-gaming.ru/Boria138/PortProtonQt/issues</url>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://git.linux-gaming.ru/Boria138/PortProtonQt/raw/branch/main/portprotonqt/themes/standart/images/screenshots/%D0%91%D0%B8%D0%B1%D0%BB%D0%B8%D0%BE%D1%82%D0%B5%D0%BA%D0%B0.png</image>
+      <caption>Library</caption>
+      <caption xml:lang="ru">Библиотека</caption>
+    </screenshot>
+    <screenshot>
+      <image>https://git.linux-gaming.ru/Boria138/PortProtonQt/raw/branch/main/portprotonqt/themes/standart/images/screenshots/%D0%9A%D0%B0%D1%80%D1%82%D0%BE%D1%87%D0%BA%D0%B0.png</image>
+      <caption>Card detail page</caption>
+      <caption xml:lang="ru">Детали игры</caption>
+    </screenshot>
+    <screenshot>
+      <image>https://git.linux-gaming.ru/Boria138/PortProtonQt/src/commit/9c4ad0b7bacac08849aff9036561de7b88a9bad2/portprotonqt/themes/standart/images/screenshots/%D0%9D%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B9%D0%BA%D0%B8.png</image>
+      <caption>Settings</caption>
+      <caption xml:lang="ru">Настройки</caption>
+    </screenshot>
+  </screenshots>
+  <keywords>
+    <keyword translate="no">wine</keyword>
+    <keyword translate="no">proton</keyword>
+    <keyword translate="no">steam</keyword>
+    <keyword translate="no">windows</keyword>
+    <keyword translate="no">epic games store</keyword>
+    <keyword translate="no">egs</keyword>
+    <keyword translate="no">qt</keyword>
+    <keyword translate="no">portproton</keyword>
+    <keyword>games</keyword>
+    </keywords>
+    <content_rating type="oars-1.1" />
+</component>