What I’m trying to do
I am trying to run a new plugin called Plan_and_Block (GitHub - endlessblink/Plan_and_Block) on BRAT to test it out.
But I keep getting these error messages:
Your latest Release is missing the
main.js
file.
Your latest Release is missing the
manifest.json
file.
The release seems to have both files main.js and manifest.json so I am not sure what is wrong.
Things I have tried
I’ve published several releases and double checked the contents, but it still pops the same error message.
This is my first attempt ever at something like this, so maybe I am missing something obvious.