The `manifest.json` file is a JSON -formatted file that give you the ability to control your application and is the only file that every WebExtension must contain.
Every extension has a JSON-formatted manifest file, named manifest.json
, that provides important information like :
- Version
- Name
- Description
- Default locale
- Icons
- Developer
- Type ...