Excensions local storage?

Hello, I’d like to create an extension that would show the current stream schedule in the streamed panel. I’d like to download this content from an external web site, but I’m not sure if the external site would handle such an onslaught of people (loading content with every twitch channel loading). Is there something like local storage for extensions? Idea: The extension would read content from some.json file and I would automatically upload the content to some.json file through the cron every hour. Have a nice day :slight_smile:

No that’s not possible.

To update files you have to release a new version.

But you can build this file on your server using CRON and load that from the extension which will save load since you are jsut serving a static file

1 Like

Thats sounds nice, thank you for idea