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",
"manifest_version": 3,
"name": "__MSG_appName__",
"default_locale": "en",
"version": "2.0.0",
"description": "__MSG_appDesc__",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.discord.com\/*",
"*:\/\/*.discord.gg\/*",
"*:\/\/cdn.discordapp.com\/*",
"https:\/\/extensionpay.com\/*"
],
"background": {
"service_worker": "background\/service-worker.js",
"type": "module"
},
"action": {
"default_popup": "popup\/popup.html",
"default_title": "__MSG_actionTitle__"
},
"content_scripts": [
{
"matches": [
"*:\/\/discord.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
}