diff options
author | Martin Fischer <martin@push-f.com> | 2022-10-13 01:22:21 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-10-13 01:22:23 +0200 |
commit | cef43844e3c6d9b7fabb50e40cd0a90b2bcc003c (patch) | |
tree | c3973268497b2acfb81d11d110c50843e1996184 /extension.json | |
parent | b1a4b78a787702edfaed410cd46515af8d25af1b (diff) |
fix: also load resource modules when using MobileFrontend
Diffstat (limited to 'extension.json')
-rw-r--r-- | extension.json | 6 |
1 files changed, 4 insertions, 2 deletions
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": [ |