From eb97a76443a8879ced2bc79c98dcd992f44afe4c Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sat, 26 Oct 2024 18:12:00 -0400 Subject: INIT: v1 + v1.1 copy emoji from menu or chat into clipboard --- manifest.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..0e64e27 --- /dev/null +++ b/manifest.json @@ -0,0 +1,23 @@ +{ + "manifest_version": 2, + "author": "Oxbian", + "developer": { + "name": "Oxbian", + "url": "https://arka.rocks" + }, + "version": "1.1", + "name": "Discord No Nitro Emoji", + "permissions": [ + "clipboardWrite" + ], + "content_scripts": [ + { + "matches": [ + "*://discord.com/*" + ], + "js": [ + "main.js" + ] + } + ] +} -- cgit v1.2.3