You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
641 B
31 lines
641 B
{
|
|
"manifest_version": 2,
|
|
"name": "Vencord Web",
|
|
"description": "Yeee",
|
|
"version": "1.0.0",
|
|
"author": "Vendicated",
|
|
"homepage_url": "https://github.com/Vendicated/Vencord",
|
|
"background": {
|
|
"scripts": [
|
|
"background.js"
|
|
]
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"run_at": "document_start",
|
|
"matches": [
|
|
"*://*.discord.com/*"
|
|
],
|
|
"js": [
|
|
"content.js"
|
|
]
|
|
}
|
|
],
|
|
"permissions": [
|
|
"*://*.discord.com/*"
|
|
],
|
|
"web_accessible_resources": [
|
|
"dist/Vencord.js"
|
|
]
|
|
}
|