diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..0e64e27 --- /dev/null +++ b/manifest.json @@ -0,0 +1,23 @@ +{ + "manifest_version": 2, + "author": "Oxbian", + "developer": { + "name": "Oxbian", + "url": "https://arka.rocks" + }, + "version": "1.1", + "name": "Discord No Nitro Emoji", + "permissions": [ + "clipboardWrite" + ], + "content_scripts": [ + { + "matches": [ + "*://discord.com/*" + ], + "js": [ + "main.js" + ] + } + ] +} |