Did you manage to resolve the 'Detailed description missing for English.' issue? I'm experiencing the same problem when submitting my addon and would appreciate any advice on how to fix it.
Posts made by unixmast
-
RE: Getting "Detailed description missing for English." error when submit changes to the addonOpera add-ons
-
Issue with Submission – "Detailed description missing for English"Opera add-ons
Hello Opera Add-ons Support Team,
I am trying to submit my extension "BASTYON Video Downloader for Opera", but I keep encountering the following error:
"Detailed description missing for English"
I have already provided a description in English in both the manifest.json file and the Translations section on the submission page. Additionally, I have included a messages.json file under _locales/en/ with the English description.
Despite these steps, the error persists when I click "Submit changes". Could you please clarify what might be causing this issue and what further actions I should take to resolve it?
Thank you for your support!
manifest.json
{ "manifest_version": 3, "default_locale": "en", "name": "BASTYON Video Downloader for Opera", "version": "1.0", "description": "__MSG_extensionDescription__", "permissions": [ "activeTab", "scripting", "downloads" ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Download BASTYON Video" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }
_locales/en/messages.json
{ "extensionDescription": { "message": "Download videos from BASTYON quickly and easily directly in Opera.", "description": "Short description of the extension" } }