diff options
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" + } + } } |