From daf3a1dcacabdc37fb66b5c277a7ff9bf3eceea8 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 1 Dec 2022 19:43:49 +0100 Subject: Try to make firefox publish work --- browser/manifestv2.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'browser/manifestv2.json') 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" + } } } -- cgit