Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "2.0.3",
"manifest_version": 3,
"icons": {
"16": "img\/logo16.png",
"32": "img\/logo34.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo128.png"
},
"options_page": "options.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-BqwRoOSm.js"
],
"matches": [
"http:\/\/discordkit.com\/*",
"https:\/\/discordkit.com\/*",
"http:\/\/107.173.248.123\/*",
"https:\/\/107.173.248.123\/*"
]
}
],
"host_permissions": [
"http:\/\/discordkit.com\/*",
"https:\/\/discordkit.com\/*",
"http:\/\/107.173.248.123\/*",
"https:\/\/107.173.248.123\/*"
],
"permissions": [
"scripting",
"activeTab",
"storage"
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo16.png",
"img\/logo34.png",
"img\/logo48.png",
"img\/logo128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/107.173.248.123\/*",
"http:\/\/discordkit.com\/*",
"https:\/\/107.173.248.123\/*",
"https:\/\/discordkit.com\/*"
],
"resources": [
"assets\/chunk-D45aZnHT.js"
],
"use_dynamic_url": false
}
]
}