{ "name": "My Cura Plugin", # mandatory, name of the plugin "author": "me", # mandatory, author name "version": "1.0.0", # mandatory, version of the plugin "supported_sdk_versions": ["7.6.0", "7.7.0", "7.8.0"], # mandatory, this is a list of Cura SDK versions this plugin supports. "description": "My Cura plugin." # mandatory, description of the plugin "i18n-catalog":"cura" }