The manifest.json file is only available till the command npm run dev is running and gets deleted after that. To have this file in your filesystem you need to run the build command
manifest.json
npm run dev
Fixed by running
npm run build