Index: templates/manifest.json.tmpl |
diff --git a/templates/manifest.json.tmpl b/templates/manifest.json.tmpl |
index e2cf347d08c8b8bdcbff4b73b24f3c2eed281e79..6e90641b0f86d012f881d4be43f03aa9d4e3b178 100644 |
--- a/templates/manifest.json.tmpl |
+++ b/templates/manifest.json.tmpl |
@@ -111,6 +111,14 @@ |
"web_accessible_resources": {{webAccessible|json}}, |
{%- endif %} |
+ {%- if externallyConnectable %} |
+ "externally_connectable": { |
+ {% for key in externallyConnectable %} |
+ "{{key}}": {{externallyConnectable[key]|json}}{%- if not loop.last -%},{%- endif -%} |
+ {% endfor %} |
+ }, |
+ {%- endif %} |
+ |
{%- if metadata.has_option('general', 'managedStorageSchema') %} |
"storage": { |
"managed_schema": {{metadata.get('general', 'managedStorageSchema')|json}} |