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_app_name__",
"description": "__MSG_app_description__",
"version": "1.0.8",
"icons": {
"128": "icon\/128.png"
},
"default_locale": "en",
"permissions": [
"storage",
"downloads",
"cookies",
"declarativeNetRequestWithHostAccess",
"alarms"
],
"host_permissions": [
"*:\/\/discord.com\/*",
"*:\/\/*.discord.com\/*",
"*:\/\/*.discordapp.net\/*",
"*:\/\/*.discord.gg\/*",
"*:\/\/*.discord.media\/*",
"*:\/\/discordexporter.best\/*"
],
"homepage_url": "https:\/\/chromewebstore.google.com\/detail\/best-discord-exporter-%E2%80%93-e\/ekbfnonihigooggoianjmjeeecjbddao",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Default Popup Title",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.discord.com\/*",
"*:\/\/discord.com\/*"
],
"run_at": "document_idle",
"css": [
"content-scripts\/discord.css"
],
"js": [
"content-scripts\/discord.js"
]
},
{
"matches": [
"*:\/\/*.discord.com\/*",
"*:\/\/discord.com\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/inject.js"
],
"world": "MAIN"
}
]
}