Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/discord\/ofjlibelpafmdhigfgggickpejfomamk",
"description": "__MSG_extDes__",
"default_locale": "en",
"version": "1.1.4",
"content_scripts": [
{
"matches": [
"*:\/\/discord.com\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/discord.com\/*"
],
"css": [
"css\/elementUI.css",
"css\/custom.css"
],
"js": [
"js\/web-script.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"\/fonts\/*",
"\/icons\/*"
],
"matches": [
"*:\/\/discord.com\/*"
]
}
],
"icons": {
"128": "icons\/logo.png"
},
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"*:\/\/discordmate.top\/",
"*:\/\/discord.com\/*"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_title": "__MSG_extName__",
"default_icon": {
"128": "icons\/logo.png"
}
}
}