To clear/modify projects, they are stored in your browser’s localstorage.
Either run in your console
window.localStorage.removeItem(“projects”)
you may wish to clear “extensionViews” too.
or in chrome open up dev tools (f12), Application > Local Storage > https://localhost.rig > and modify the json string.