diff options
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": [ |