I can't upload my plugin
When I try to upload new version I get
This is content of addon.json:{"key": "YandexMetrika","name": "Yandex Metrika","description": "Yandex Metrika Counter","Version": "0.3.0","type": "addon","mobileFriendly": true,"settingsUrl": "/settings/yandexmetrika","settingsPermission": "Garden.Settings.Manage","icon": "icon.png","authors": [{"name": "Ivan Gurin","email": "ivan@gurin.su","homepage": "https://open.vanillaforums.com/profile/Ivan_Gurin"}],"require": {"vanilla": ">=2.0.0"}}
0

Comments
Currently the addon.json file is not used while parsing information in the addon section.
So you still need to define a $PluginInfo array in your main plugin file, unfortunately.
Working on a fix, but it's rather hard to disentangle the old vs. new system.