The extension manifest must declare
the nativeMessaging permission.
{
"manifest_version" : 2 ,
"description" : "A showcase for native messaging." ,
"version" : "1.0.0" ,
"name" : "Native Extension" ,
"background" : {
"persistent" : true ,
"scripts" : [ "Script.js" ]
},
"permissions" : [ "nativeMessaging" ]
}