Replies: 1 comment 1 reply
-
Hey, thanks for using NHentaiDownloader, let me explain what this option is and why it's giving you an error In web extensions, manifest.json is a file providing all the information your browser need to make the extension works properly. When developing for Firefox and working with features like local storage (which is used by NHentaiDownloader for stuffs like preferences), you need an unique ID if your extension was not validated by the store and that's what these lines are for, you can read more about it here: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings#firefox_gecko_properties This "mail" is only an unique identifier for the extension, actually the mail itself doesn't exists and is not used To finish with, the error you're getting. These lines are required for working on Firefox, but not on Chrome, which doesn't even recognize them and that's the error you're seeing, I'm just keeping them so I can only have one manifest file for both Firefox and Chrome If there is something you didn't understand or you want more information about, feel free to ask :) |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm new to this, and thank you for extension and how to use it, very useful tool.
So, after I installed it (tested it and it works well), it says there is an error "Unrecognized manifest key 'browser_specific_settings'."
{
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
What is this? It honestly does worry me slightly since that's an email and I don't know what/if information is going to it.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions