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__",
"version": "1.0",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"permissions": [
"tabs",
"storage",
"downloads"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/*.discord.com\/*",
"https:\/\/*.discordapp.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/discord.com\/*"
],
"js": [
"token_retriever.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/discord.com\/*"
],
"js": [
"js\/artifact.js"
],
"css": [
"css\/artifact.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"pdf-lib.min.js",
"fontkit.umd.min.js",
"NotoSans-Regular.ttf",
"icons\/default_avatar.png",
"libs\/lottie.min.js",
"icons\/icon48.png",
"icons\/icon16.png"
],
"matches": [
"https:\/\/discord.com\/*"
]
}
]
}