From cef43844e3c6d9b7fabb50e40cd0a90b2bcc003c Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 13 Oct 2022 01:22:21 +0200 Subject: fix: also load resource modules when using MobileFrontend --- extension.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extension.json') diff --git a/extension.json b/extension.json index bdea38d..e38bc10 100644 --- a/extension.json +++ b/extension.json @@ -26,7 +26,8 @@ "ext.vote-css": { "localBasePath": "resources", "remoteExtPath": "Vote/resources", - "styles": ["style.css"] + "styles": ["style.css"], + "targets": ["desktop", "mobile"] }, "ext.vote-js": { "localBasePath": "resources", @@ -38,7 +39,8 @@ "vote-already-no", "vote-already-abstain", "vote-change" - ] + ], + "targets": ["desktop", "mobile"] } }, "TrackingCategories": [ -- cgit v1.2.3