Plugin source location: <serge_root>/lib/Serge/Engine/Plugin/parse_chrome.pm
This parser extracts strings from Chrome extension messages.json format.
In case JSON format validation fails, the plugin can send an error report to specified recipients. If no email settings are provided, it will simply report the error in the console output.
{
"some_key": {
"message": "string",
"description": "hint"
},
"another_key": {
"message": "string",
"description": "hint"
},
...
}