The plugin can be installed either through the Plugin Store or through Composer.
Open the control panel for your website. Navigate to Settings → Plugins and search for Embedded Assets. Click Install.
Run the following command in the root directory of your Craft project:
composer require 23d1/craft-embedded-assets
JSON files are disabled by default when uploading files to the asset manager. To fix this,
open your config/general.php
file add the following setting:
'extraAllowedFileExtensions' => 'json'