diff options
Diffstat (limited to 'browser/manifestv2.json')
-rw-r--r-- | browser/manifestv2.json | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/browser/manifestv2.json b/browser/manifestv2.json index f711512..c27e9e3 100644 --- a/browser/manifestv2.json +++ b/browser/manifestv2.json @@ -14,20 +14,18 @@ "content_scripts": [ { "run_at": "document_start", - "matches": [ - "*://*.discord.com/*" - ], - "js": [ - "content.js" - ] + "matches": ["*://*.discord.com/*"], + "js": ["content.js"] } ], - "web_accessible_resources": [ - "dist/Vencord.js" - ], + "web_accessible_resources": ["dist/Vencord.js"], "background": { - "scripts": [ - "background.js" - ] + "scripts": ["background.js"] + }, + "browser_specific_settings": { + "gecko": { + "id": "vencord-firefox@vendicated.dev", + "strict_min_version": "92.0" + } } } |