mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
23 lines
No EOL
481 B
JSON
23 lines
No EOL
481 B
JSON
{
|
|
"name": "GooseMod",
|
|
"version": "1.0",
|
|
"author": "AAGaming",
|
|
"description": "Loads GooseMod, a discord client modification",
|
|
"background": {
|
|
"scripts": [
|
|
"CSP.js"
|
|
]
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*.discord.com/*"],
|
|
"js": ["gm.js"]
|
|
}
|
|
],
|
|
"permissions": [
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"*://*.discord.com/*"
|
|
],
|
|
"manifest_version": 2
|
|
} |