diff --git a/PackageConfig/0/DEBIAN/control b/PackageConfig/0/DEBIAN/control
index e69de29..1e599b9 100644
--- a/PackageConfig/0/DEBIAN/control
+++ b/PackageConfig/0/DEBIAN/control
@@ -0,0 +1,10 @@
+Package: @@PACKAGE@@
+Version: @@VERSION@@
+Architecture: @@ARCH@@
+Maintainer: @@MAKER@@
+Depends: @@DEPENDS@@
+Section: non-free/otherosfs
+Priority: optional
+Multi-Arch: foreign
+Installed-Size: @@SIZE@@
+Description: @@DESCRIPTION@@
diff --git a/PackageConfig/0/opt/apps/@@PACKAGE@@/entries/applications/@@PACKAGE@@.desktop b/PackageConfig/0/opt/apps/@@PACKAGE@@/entries/applications/@@PACKAGE@@.desktop
new file mode 100644
index 0000000..85df8ec
--- /dev/null
+++ b/PackageConfig/0/opt/apps/@@PACKAGE@@/entries/applications/@@PACKAGE@@.desktop
@@ -0,0 +1,14 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+X-Created-By=
+Categories=;
+Icon=@@ICONLIST@@
+Exec="/opt/apps/@@PACKAGE@@/files/run.sh" --uri 
+Name=@@NAME@@
+Comment=@@NAME@@
+MimeType=@@MIMETYPE@@
+GenericName=@@NAME@@
+Terminal=false
+StartupNotify=false
diff --git a/PackageConfig/list.json b/PackageConfig/list.json
new file mode 100644
index 0000000..10747d6
--- /dev/null
+++ b/PackageConfig/list.json
@@ -0,0 +1,13 @@
+[
+    "@@PACKAGE@@",
+    "@@VERSION@@",
+    "@@ARCH@@",
+    "@@MAKER@@",
+    "@@DEPENDS@@",
+    "@@SIZE@@",
+    "@@DESCRIPTION@@"
+    "@@ICONLIST@@",
+    "@@NAME@@",
+    "@@MIMETYPE@@",
+    "@@CATEGORIES@@"
+]
\ No newline at end of file