{
    "name": "WHMCS Integration",
    "directory": "whmcs-integration",
    "version": "2.0",
    "description": "Intergrate WHMCS to your Zender",
    "author": "TitanSystems",
    "author_url": "https://codecanyon.net/user/titansystems",
    "data": {
        "prefix": {
            "label": "Plugin Prefix",
            "type": "text",
            "required": true,
            "description": "The unique plugin prefix. This will be used to identify your plugin in WHMCS. It should be unique and should not contain any special characters or spaces.",
            "value": "my_prefix"
        },
        "name": {
            "label": "Plugin Name",
            "type": "text",
            "required": true,
            "description": "The name of the plugin. This will be displayed in the WHMCS admin panel.",
            "value": ""
        },
        "desc": {
            "label": "Plugin Description",
            "type": "text",
            "required": true,
            "description": "A short description of the plugin. This will be displayed in the WHMCS admin panel.",
            "value": ""
        },
        "long_desc": {
            "label": "Plugin Long Description",
            "type": "text",
            "required": true,
            "description": "A long description of the plugin. This will be displayed in the WHMCS admin panel.",
            "value": ""
        },
        "author": {
            "label": "Author Name",
            "type": "text",
            "required": true,
            "description": "Your name or the name of your company. This will be displayed in the WHMCS admin panel.",
            "value": "Your Name"
        }
    },
    "assets": [
        "assets/plugin.js",
        "assets/plugin.css"
    ]
}