{
    "alias": "wpbox",
    "version": "1.2",
    "alwayson":true,
    "description": "",
    "beforeMainMenus":true,
    "nameSpace": "Modules\\Wpbox",
    "hasDashboardInfo":true,
    "keywords": [],
    "active": 1,
    "order": 0,
    "providers": [
        "Modules\\Wpbox\\Providers\\Main"
    ],
    "aliases": {},
    "files": [],
    "requires": [],
    "global_fields":[
        {
            "separator":"Google Maps",
            "title": "Google Maps Key - used in campaign analytics",
            "key":"GOOGLE_MAPS_API_KEY",
            "ftype": "input",
            "value": ""
        },
        {
            "title": "Enable google maps on campaign details",
            "key":"GOOGLE_MAPS_ENABLED_ON_DETAILS",
            "ftype": "bool",
            "value": true
        },
        {
            "separator":"Landing page links",
            "title": "Privacy Policy link",
            "key": "PRIVACY_POLICY_URL",
            "ftype": "input",
            "type": "text",
            "value":""
        },
        {
            "title": "Tersm of use policy link",
            "key": "TERMS_OF_SERVICE_URL",
            "ftype": "input",
            "type": "text",
            "value":""
        },
        {
            "title": "Disclaimer policy link",
            "key": "DISCLAIMER_URL",
            "ftype": "input",
            "type": "text",
            "value":""
        }
    ],
    "vendor_fields":[
        {
            "separator":"WebHooks",
            "title": "Whatsapp received data will be resend to",
            "key":"whatsapp_data_send_webhook",
            "ftype": "input",
            "value": ""
        },
        {
            "separator":"Chat settings",
            "title": "Black listed phone numbers",
            "key":"black_listed_phone_numbers",
            "ftype": "input",
            "value": ""
        }
    ],
    "ownermenus":[
        {
            "name":"Chat",
            "icon":"ni ni-chat-round text-blue",
            "route":"chat.index",
            "color":"#2dce89"
        },
        {
            "name":"Campaigns",
            "icon":"ni ni-send text-green",
            "route":"campaigns.index"
        },
        {
            "id":"contactMenu",
            "name":"Contacts",
            "icon":"ni ni-badge text-green",
            "route":"contacts.index",
            "isGroup":true,
            "menus":[ 
                {
                    "name":"Contact list",
                    "icon":"ni ni-badge text-green",
                    "route":"contacts.index"
                },
                {
                    "name":"Fields",
                    "icon":"ni ni-bullet-list-67 text-primary",
                    "route":"contacts.fields.index"
                },
                {
                    "name":"Groups",
                    "icon":"ni ni-collection text-primary",
                    "route":"contacts.groups.index"
                },
                {
                    "name":"Import",
                    "icon":"ni ni-cloud-download-95 text-primary",
                    "route":"contacts.import.index"
                }
            ]
        },
        {
            "name":"Templates",
            "icon":"ni ni-single-copy-04 text-green",
            "route":"templates.index"
        },{
            "name":"Bot replies",
            "icon":"ni ni-curved-next text-green",
            "route":"replies.index"
        },{
            "name":"API",
            "icon":"ni ni-world-2 text-green",
            "route":"whatsapi.info"
        }
    ]
}
