diff --git a/addon/blender_manifest.toml b/addon/blender_manifest.toml
index 135e9c1..28f8c98 100644
--- a/addon/blender_manifest.toml
+++ b/addon/blender_manifest.toml
@@ -1,6 +1,6 @@
 schema_version = "1.0.0"
 id = "custom_templates"
-version = "1.2.1"
+version = "1.2.2"
 name = "Custom Templates"
 tagline = "Use your own .blend files as template options for new projects"
 maintainer = "Francesco Bellini <doc.open.dev@gmail.com>"
@@ -10,3 +10,5 @@ tags = ["System"]
 blender_version_min = "4.2.0"
 license = ["SPDX:GPL-3.0-or-later"]
 copyright = ["2024 Francesco Bellini"]
+[permissions]
+files = "Import/Export your custom templates as JSON from/to disk"