Manifest Version
The current manifest version is .
The manifest_version field must be included in package.json to indicate the API version used by the extension. Please keep it consistent with the version of the paperlib-api package you actually installed. We recommend that you always use the latest API version.
json
// package.json
{
"manifest_version": "x.x.x"
}
``