10 lines
490 B
JSON
10 lines
490 B
JSON
{
|
|
"$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json",
|
|
"name": "twitch embed login fix",
|
|
"description": "embedded twitch frames will automatically request cookie access from the browser. as long as you're logged in to twitch and cookies aren't fully blocked this will keep you logged into embedded frames",
|
|
"namespace": "zomo.dev",
|
|
"match": ["https://twitch.tv/embed/*"],
|
|
"version": "1.0",
|
|
"runat": "document-start"
|
|
}
|