google-chrome-extension manifest.json Absolute minimum manifest.json

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

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"
}


Got any google-chrome-extension Question?