aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorOxbian <oxbian@mailbox.org>2025-02-18 19:08:30 -0500
committerOxbian <oxbian@mailbox.org>2025-02-18 19:08:30 -0500
commit6b2bc079774d0136bd6282739279b2fde5fbfd0c (patch)
tree96ceb0e286ce11f5c3bed1ebd7771d888a701a29 /manifest.json
parenta999a7ca038ecd9ae64bc8f50bb35bf4850a20b1 (diff)
downloaddiscord-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.json11
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"
ArKa projects. All rights to me, and your next child right arm.