From 2bf2715ab4efe99074bf67df4e4fa9251ae61064 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 27 Oct 2024 16:30:48 -0400 Subject: feat: refactored and optimized code + icon --- manifest.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'manifest.json') 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" + } + } } -- cgit v1.2.3