Make Vencord Extension run in iframes (#914)

Fixes support for https://github.com/NeverDecaf/discord-PWA
main
dimden 1 year ago committed by GitHub
parent 9e6d3459e3
commit 7a98f1dfcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,8 @@
{
"run_at": "document_start",
"matches": ["*://*.discord.com/*"],
"js": ["content.js"]
"js": ["content.js"],
"all_frames": true
}
],

@ -15,7 +15,7 @@
]
},
"condition": {
"resourceTypes": ["main_frame"]
"resourceTypes": ["main_frame", "sub_frame"]
}
},
{

Loading…
Cancel
Save