diff options
author | Oxbian <oxbian@mailbox.org> | 2024-10-27 16:30:48 -0400 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2024-10-27 16:30:48 -0400 |
commit | 2bf2715ab4efe99074bf67df4e4fa9251ae61064 (patch) | |
tree | b37a81a8e6b8aff0388fdceeccee0435b7b9be73 /manifest.json | |
parent | eb97a76443a8879ced2bc79c98dcd992f44afe4c (diff) | |
download | discord-no-nitro-emoji-2bf2715ab4efe99074bf67df4e4fa9251ae61064.tar.gz discord-no-nitro-emoji-2bf2715ab4efe99074bf67df4e4fa9251ae61064.zip |
feat: refactored and optimized code + icon
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 0e64e27..a086ad6 100644 --- a/manifest.json +++ b/manifest.json @@ -5,8 +5,13 @@ "name": "Oxbian", "url": "https://arka.rocks" }, - "version": "1.1", + "version": "1.2", "name": "Discord No Nitro Emoji", + "description": "Send any emojis everywhere on discord without having Nitro", + "icons": { + "48": "icons/no-nitro-48.png", + "96": "icons/no-nitro-96.png" + }, "permissions": [ "clipboardWrite" ], @@ -19,5 +24,10 @@ "main.js" ] } - ] + ], + "browser_specific_settings": { + "gecko": { + "id": "discordnonitro@oxbian.com" + } + } } |