ExtensionDetails constructor
ExtensionDetails({})
Implementation
ExtensionDetails({
this.name = "app_name",
this.description = "app_description",
this.version = "1.0.0",
this.width = "200px",
this.height = "200px",
});