diff options
author | Oxbian <oxbian@mailbox.org> | 2024-10-26 18:12:00 -0400 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2024-10-26 18:12:00 -0400 |
commit | eb97a76443a8879ced2bc79c98dcd992f44afe4c (patch) | |
tree | ae55a1f43fc046a75228f76c8500d9817dd99a35 /manifest.json | |
download | discord-no-nitro-emoji-eb97a76443a8879ced2bc79c98dcd992f44afe4c.tar.gz discord-no-nitro-emoji-eb97a76443a8879ced2bc79c98dcd992f44afe4c.zip |
INIT: v1 + v1.1 copy emoji from menu or chat into clipboard
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 23 |
1 files changed, 23 insertions, 0 deletions
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" + ] + } + ] +} |