aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 2dafa36f117f765f6587bbf337e83964a88e4b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
	"manifest_version": 3,
	"author": "Oxbian",
	"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"
	],
	"host_permissions": [
		"https://discord.com/*"
	],
	"content_scripts": [
		{
			"matches": [
				"https://discord.com/*"
			],
			"js": [
				"main.js"
			]
		}
	],
	"browser_specific_settings": {
		"gecko": {
			"id": "discordnonitro@oxbian.com"
		}
	}
}
ArKa projects. All rights to me, and your next child right arm.