mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-01-11 20:10:31 +00:00
- Added extension domain whitelist gotten from extensions.json on github for allowed domains to navigate for browser extension usage. App allow these domain to be navigated to other are open externally. - Added script Queue to run scripts on navigation complete - Added "Home" navigate event arg, to navigate back to home page - Added Back to Stremio button when not on Stremio page - Partial permid support with custom patch. Still some features not working.
8 lines
139 B
C++
8 lines
139 B
C++
#ifndef EXTENSIONS_H
|
|
#define EXTENSIONS_H
|
|
|
|
#include <string>
|
|
|
|
void HandlePremidLogin(const std::wstring& finalUri);
|
|
|
|
#endif //EXTENSIONS_H
|