diff options
author | Oxbian <oxbian@mailbox.org> | 2025-02-18 19:08:30 -0500 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-02-18 19:08:30 -0500 |
commit | 6b2bc079774d0136bd6282739279b2fde5fbfd0c (patch) | |
tree | 96ceb0e286ce11f5c3bed1ebd7771d888a701a29 /manifest.json | |
parent | a999a7ca038ecd9ae64bc8f50bb35bf4850a20b1 (diff) | |
download | discord-no-nitro-emoji-6b2bc079774d0136bd6282739279b2fde5fbfd0c.tar.gz discord-no-nitro-emoji-6b2bc079774d0136bd6282739279b2fde5fbfd0c.zip |
feat: chrome/chromium support + License
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/manifest.json b/manifest.json index a086ad6..2dafa36 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,6 @@ { - "manifest_version": 2, + "manifest_version": 3, "author": "Oxbian", - "developer": { - "name": "Oxbian", - "url": "https://arka.rocks" - }, "version": "1.2", "name": "Discord No Nitro Emoji", "description": "Send any emojis everywhere on discord without having Nitro", @@ -15,10 +11,13 @@ "permissions": [ "clipboardWrite" ], + "host_permissions": [ + "https://discord.com/*" + ], "content_scripts": [ { "matches": [ - "*://discord.com/*" + "https://discord.com/*" ], "js": [ "main.js" |