Encountering an issue while developing a Zoho Desk extension. After enabling Developer mode, I'm unable to load the extension locally, and the error message reads: "Unable to load your extension. Please check your plugin-manifest or Resources.json."
Seeking quick assistance to resolve this matter. Any insights or guidance would be greatly appreciated.
{
"locale": [
"en"
],
"service": "DESK",
"storage": true,
"type": "personal",
"whiteListedDomains": [],
"modules": {
"widgets": [
{
"location": "desk.ticket.detail.rightpanel",
"url": "/app/widget.html",
"name": "Desk Extension",
"logo": "/app/img/logo.png",
"icon": "/app/img/icon.png"
}
]
},
"cspDomains": {
"connect-src": []
},
"zohoAuthorisation": {},
"connectors": [],
"config": [],
"moduleSupport": true
}