From 6b2bc079774d0136bd6282739279b2fde5fbfd0c Mon Sep 17 00:00:00 2001 From: Oxbian Date: Tue, 18 Feb 2025 19:08:30 -0500 Subject: feat: chrome/chromium support + License --- manifest.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'manifest.json') 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" -- cgit v1.2.3