{
  "id": "heading",
  "name": "Heading",
  "version": "1.0.0",
  "stability": "production",

  "author": {
    "name": "PageEditor",
    "url": "https://page-editor.com"
  },

  "license": {
    "name": "PageEditor License 1.0.0",
    "url": "https://page-editor.com/licensing/page-editor-license-1-0-0"
  },

  "description": "A custom title / header. Allows you to customise the text, size, HTML tag and style of the heading.",

  "shortcode": {
    "files": [
      "modules/heading/ShortCode.php"
    ],
    "classes": [
      "PageEditor_Module_Heading_ShortCode"
    ]
  },

  "manifesto-script": "@PE/modules/heading/manifesto.min.js",

  "css-files": [
    "@PE/modules/heading/heading.min.css"
  ],
  "js-files": []

}