I am trying to call snippingtool.exe from google chrome extension by using below code but it is not working. Can someone help me with that?
file: manifest.json
{
"name": "Hello World!",
"description": "Capture and copy whole/part of screen.",
"version": "0.2",
"manifest_version": 2,
"path": "C:\\Projects\\Chrome.AddOn.HelloWorld\\Chrome.AddOn.HelloWorld\\SnippingTool.exe",
"type": "stdio"
}
It gives below error: There were warnings when trying to install this extension: Unrecognized manifest key 'path'. Unrecognized manifest key 'type'.