summaryrefslogtreecommitdiff
path: root/extension.json
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-10-13 01:22:21 +0200
committerMartin Fischer <martin@push-f.com>2022-10-13 01:22:23 +0200
commitcef43844e3c6d9b7fabb50e40cd0a90b2bcc003c (patch)
treec3973268497b2acfb81d11d110c50843e1996184 /extension.json
parentb1a4b78a787702edfaed410cd46515af8d25af1b (diff)
fix: also load resource modules when using MobileFrontend
Diffstat (limited to 'extension.json')
-rw-r--r--extension.json6
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": [