mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
62 lines
No EOL
1.5 KiB
JSON
62 lines
No EOL
1.5 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"minimum_chrome_version": "111",
|
|
"name": "Equicord Web",
|
|
"description": "The other cutest Discord mod now in your browser",
|
|
"author": "Thororen",
|
|
"homepage_url": "https://github.com/Equicord/Equicord",
|
|
"icons": {
|
|
"128": "icon.png"
|
|
},
|
|
"host_permissions": [
|
|
"*://*.discord.com/*",
|
|
"https://raw.githubusercontent.com/*"
|
|
],
|
|
"permissions": [
|
|
"declarativeNetRequest"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"run_at": "document_start",
|
|
"matches": [
|
|
"*://*.discord.com/*"
|
|
],
|
|
"js": [
|
|
"content.js"
|
|
],
|
|
"all_frames": true,
|
|
"world": "ISOLATED"
|
|
},
|
|
{
|
|
"run_at": "document_start",
|
|
"matches": [
|
|
"*://*.discord.com/*"
|
|
],
|
|
"js": [
|
|
"dist/Vencord.js"
|
|
],
|
|
"all_frames": true,
|
|
"world": "MAIN"
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": [
|
|
"dist/*",
|
|
"third-party/*"
|
|
],
|
|
"matches": [
|
|
"*://*.discord.com/*"
|
|
]
|
|
}
|
|
],
|
|
"declarative_net_request": {
|
|
"rule_resources": [
|
|
{
|
|
"id": "modifyResponseHeaders",
|
|
"enabled": true,
|
|
"path": "modifyResponseHeaders.json"
|
|
}
|
|
]
|
|
}
|
|
} |