diff --git a/manifest.json b/manifest.json index 154af49..b6c9119 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "${pluginName}", "entry": "${pluginFile}", - "type": "native", - "version": "${pluginVersion}" + "version": "${pluginVersion}", + "type": "native" } \ No newline at end of file