manifest.json
gives information about the extension, such as the most important files and the capabilities that the extension might use. Among the supported manifest fields for extensions, the following three are required.
{
"manifest_version": 2,
"name": "My Extension",
"version": "1.0"
}