diff --git a/manifest.jps b/manifest.jps
index 7a36d90..d82a01f 100644
--- a/manifest.jps
+++ b/manifest.jps
@@ -45,7 +45,9 @@
"name": "app_name",
"caption": "Application name",
"required": true,
- "default": "${env.domain}"
+ "default": "${env.domain}",
+ "regex": "^[\\w-.]*$",
+ "regexText": "without special characters"
},
{
"type": "string",
@@ -208,4 +210,4 @@
],
"success": "The installation has been successfully completed. Please, restart your web server instance to apply the changes.After that, you can navigate to your New Relic control panel and explore your app's performance data. More info
Refer to the Troubleshooting guide in case you face any issues with New Relic APM usage or installation."
}
-}
\ No newline at end of file
+}