NLN

NLN

Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NLN",
  "description": "Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.",
  "version": "1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://discord.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "send.html"
      ],
      "matches": [
        "https://discord.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  }
}