How do i upload panel extension?

Check for the following:

  1. does your zip file contain a folder with the files in the folder or just the files? It should be just the files
  2. Did you include a script tag to the Extension Helper Library
<script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
  1. Did you use relative or absolute links in your files. Extensions are uploaded to a sub folder of the Twitch Extensions domain

  2. Check the Chrome inspector for errors, 404’s or other issues