[
  {
    "type": "JsonHash",
    "description": "Json hash",
    "allowTrim": true,
    "allowRotation": true,
    "template": "JsonHash.mst",
    "fileExt": "json",
    "predefined": true
  },
  {
    "type": "JsonArray",
    "description": "Json array",
    "allowTrim": true,
    "allowRotation": true,
    "template": "JsonArray.mst",
    "fileExt": "json",
    "predefined": true
  },
  {
    "type": "XML",
    "description": "Plain XML format",
    "allowTrim": true,
    "allowRotation": true,
    "template": "XML.mst",
    "fileExt": "xml",
    "predefined": true
  },
  {
    "type": "Css",
    "description": "css format",
    "allowTrim": true,
    "allowRotation": true,
    "template": "Css.mst",
    "fileExt": "css",
    "predefined": true
  },
  {
    "type": "OldCss",
    "description": "old css format",
    "allowTrim": false,
    "allowRotation": false,
    "template": "OldCss.mst",
    "fileExt": "css",
    "predefined": true
  },
  {
    "type": "Pixi",
    "description": "pixi.js format",
    "allowTrim": true,
    "allowRotation": true,
    "template": "JsonHash.mst",
    "fileExt": "json",
    "predefined": true
  },
  {
    "type": "GodotAtlas",
    "description": "Godot Atlas format",
    "allowTrim": true,
    "allowRotation": true,
    "template": "GodotAtlas.mst",
    "fileExt": "tpsheet",
    "predefined": true
  },
  {
    "type": "GodotTileset",
    "description": "Godot Tileset format",
    "allowTrim": true,
    "allowRotation": true,
    "template": "GodotTileset.mst",
    "fileExt": "tpset",
    "predefined": true
  },
  {
    "type": "PhaserHash",
    "description": "Phaser (json hash)",
    "allowTrim": true,
    "allowRotation": true,
    "template": "JsonHash.mst",
    "fileExt": "json",
    "predefined": true
  },
  {
    "type": "PhaserArray",
    "description": "Phaser (json array)",
    "allowTrim": true,
    "allowRotation": true,
    "template": "JsonArray.mst",
    "fileExt": "json",
    "predefined": true
  },
  {
    "type": "Phaser3",
    "description": "Phaser 3",
    "allowTrim": true,
    "allowRotation": true,
    "template": "Phaser3.mst",
    "fileExt": "json",
    "predefined": true
  },
  {
    "type": "Cocos2d",
    "description": "cocos2d format",
    "allowTrim": true,
    "allowRotation": true,
    "template": "Cocos2d.mst",
    "fileExt": "plist",
    "predefined": true
  },
  {
    "type": "Unreal",
    "description": "UnrealEngine - Paper2d",
    "allowTrim": true,
    "allowRotation": true,
    "template": "Unreal.mst",
    "fileExt": "paper2dsprites",
    "predefined": true
  },
  {
    "type": "Starling",
    "description": "Starling format",
    "allowTrim": true,
    "allowRotation": true,
    "template": "Starling.mst",
    "fileExt": "xml",
    "predefined": true
  },
  {
    "type": "Spine",
    "description": "Spine atlas",
    "allowTrim": true,
    "allowRotation": true,
    "template": "Spine.mst",
    "fileExt": "atlas",
    "predefined": true
  },
  {
    "type": "UIKit",
    "description": "IOS UIKit plist",
    "allowTrim": true,
    "allowRotation": false,
    "template": "UIKit.mst",
    "fileExt": "plist",
    "predefined": true
  },
  {
    "type": "Unity3D",
    "description": "Unity3D sprite sheet",
    "allowTrim": true,
    "allowRotation": false,
    "template": "Unity3D.mst",
    "fileExt": "tpsheet",
    "predefined": true
  },
  {
    "type": "Egret2D",
    "description": "Egret2D sprite sheet",
    "allowTrim": false,
    "allowRotation": false,
    "template": "Egret2D.mst",
    "fileExt": "json",
    "predefined": true
  }
]