Pass the manifest version to the info
Background
adblockpluscore#465 (closed) introduce passing the manifest version to the HTTPS queries. We have to pass it from the SDK. It is expected in info
Use case
We need to know if the API is manifest v2 or v3.
What to change
- Change
./sdk/api/info.js
to exportmanifestVersion
- Optional: update the core to the release that contains adblockpluscore#465 (closed)