mirror of
https://github.com/smartfrigde/armcord.git
synced 2026-08-19 14:23:23 +00:00
9 lines
359 B
JSON
9 lines
359 B
JSON
{
|
|
"id": "clipboard-fallback",
|
|
"name": "Clipboard Fallback",
|
|
"version": "1.1.0",
|
|
"description": "Fixes Discord in-page text copy actions in Legcord by falling back to document.execCommand('copy') when navigator.clipboard.writeText is blocked.",
|
|
"author": "Nigel Thornberry",
|
|
"compatibleVersions": ["*"],
|
|
"renderer": "renderer.js"
|
|
}
|