diff --git a/sdkjs-plugins/content/onlydraw/config.json b/sdkjs-plugins/content/onlydraw/config.json
index 68a9917b..61259247 100644
--- a/sdkjs-plugins/content/onlydraw/config.json
+++ b/sdkjs-plugins/content/onlydraw/config.json
@@ -30,10 +30,10 @@
"light" : "#F9F9F9",
"dark" : "#444444"
},
- "screenshots" : ["resources/screen1.png","resources/screen2.png","resources/screen3.png","resources/screen4.png"],
+ "screenshots" : ["resources/store/screenshots/screen1.png","resources/store/screenshots/screen2.png","resources/store/screenshots/screen3.png","resources/store/screenshots/screen4.png"],
"icons" : {
- "light" : "resources/store",
- "dark" : "resources/store"
+ "light" : "resources/store/icons",
+ "dark" : "resources/store/icons"
},
"categories": ["specAbilities", "work", "recommended"]
},
diff --git a/sdkjs-plugins/content/onlydraw/deploy/onlydraw.plugin b/sdkjs-plugins/content/onlydraw/deploy/onlydraw.plugin
index de95997c..b11355b4 100644
Binary files a/sdkjs-plugins/content/onlydraw/deploy/onlydraw.plugin and b/sdkjs-plugins/content/onlydraw/deploy/onlydraw.plugin differ
diff --git a/sdkjs-plugins/content/onlydraw/resources/store/icon.png b/sdkjs-plugins/content/onlydraw/resources/store/icons/icon.png
similarity index 100%
rename from sdkjs-plugins/content/onlydraw/resources/store/icon.png
rename to sdkjs-plugins/content/onlydraw/resources/store/icons/icon.png
diff --git a/sdkjs-plugins/content/onlydraw/resources/store/icon.svg b/sdkjs-plugins/content/onlydraw/resources/store/icons/icon.svg
similarity index 100%
rename from sdkjs-plugins/content/onlydraw/resources/store/icon.svg
rename to sdkjs-plugins/content/onlydraw/resources/store/icons/icon.svg
diff --git a/sdkjs-plugins/content/onlydraw/resources/store/icon@1.25x.png b/sdkjs-plugins/content/onlydraw/resources/store/icons/icon@1.25x.png
similarity index 100%
rename from sdkjs-plugins/content/onlydraw/resources/store/icon@1.25x.png
rename to sdkjs-plugins/content/onlydraw/resources/store/icons/icon@1.25x.png
diff --git a/sdkjs-plugins/content/onlydraw/resources/store/icon@1.5x.png b/sdkjs-plugins/content/onlydraw/resources/store/icons/icon@1.5x.png
similarity index 100%
rename from sdkjs-plugins/content/onlydraw/resources/store/icon@1.5x.png
rename to sdkjs-plugins/content/onlydraw/resources/store/icons/icon@1.5x.png
diff --git a/sdkjs-plugins/content/onlydraw/resources/store/icon@1.75x.png b/sdkjs-plugins/content/onlydraw/resources/store/icons/icon@1.75x.png
similarity index 100%
rename from sdkjs-plugins/content/onlydraw/resources/store/icon@1.75x.png
rename to sdkjs-plugins/content/onlydraw/resources/store/icons/icon@1.75x.png
diff --git a/sdkjs-plugins/content/onlydraw/resources/store/icon@2x.png b/sdkjs-plugins/content/onlydraw/resources/store/icons/icon@2x.png
similarity index 100%
rename from sdkjs-plugins/content/onlydraw/resources/store/icon@2x.png
rename to sdkjs-plugins/content/onlydraw/resources/store/icons/icon@2x.png
diff --git a/sdkjs-plugins/content/onlydraw/resources/screen1.png b/sdkjs-plugins/content/onlydraw/resources/store/screenshots/screen1.png
similarity index 100%
rename from sdkjs-plugins/content/onlydraw/resources/screen1.png
rename to sdkjs-plugins/content/onlydraw/resources/store/screenshots/screen1.png
diff --git a/sdkjs-plugins/content/onlydraw/resources/screen2.png b/sdkjs-plugins/content/onlydraw/resources/store/screenshots/screen2.png
similarity index 100%
rename from sdkjs-plugins/content/onlydraw/resources/screen2.png
rename to sdkjs-plugins/content/onlydraw/resources/store/screenshots/screen2.png
diff --git a/sdkjs-plugins/content/onlydraw/resources/screen3.png b/sdkjs-plugins/content/onlydraw/resources/store/screenshots/screen3.png
similarity index 100%
rename from sdkjs-plugins/content/onlydraw/resources/screen3.png
rename to sdkjs-plugins/content/onlydraw/resources/store/screenshots/screen3.png
diff --git a/sdkjs-plugins/content/onlydraw/resources/screen4.png b/sdkjs-plugins/content/onlydraw/resources/store/screenshots/screen4.png
similarity index 100%
rename from sdkjs-plugins/content/onlydraw/resources/screen4.png
rename to sdkjs-plugins/content/onlydraw/resources/store/screenshots/screen4.png
diff --git a/sdkjs-plugins/content/pomodoro/deploy/pomodoro.plugin b/sdkjs-plugins/content/pomodoro/deploy/pomodoro.plugin
index dcb88ba6..47cb80b8 100644
Binary files a/sdkjs-plugins/content/pomodoro/deploy/pomodoro.plugin and b/sdkjs-plugins/content/pomodoro/deploy/pomodoro.plugin differ
diff --git a/sdkjs-plugins/content/pomodoro/resources/store/icons/icon.svg b/sdkjs-plugins/content/pomodoro/resources/store/icons/icon.svg
new file mode 100644
index 00000000..82943ca8
--- /dev/null
+++ b/sdkjs-plugins/content/pomodoro/resources/store/icons/icon.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/sdkjs-plugins/content/videoembedder/config.json b/sdkjs-plugins/content/videoembedder/config.json
index da99bbf5..f0549668 100644
--- a/sdkjs-plugins/content/videoembedder/config.json
+++ b/sdkjs-plugins/content/videoembedder/config.json
@@ -93,7 +93,7 @@
"size": [350, 90],
"store": {
"background": {
- "light": "#F0F0F0",
+ "light": "#000000",
"dark": "#000000"
},
"screenshots": [
@@ -102,8 +102,8 @@
"resources/store/screenshots/screenshot-3.png"
],
"icons": {
- "light": "resources/store/icons/light",
- "dark": "resources/store/icons/dark"
+ "light": "resources/store/icons",
+ "dark": "resources/store/icons"
},
"categories": ["specAbilities", "work"]
}
diff --git a/sdkjs-plugins/content/videoembedder/deploy/videoembedder.plugin b/sdkjs-plugins/content/videoembedder/deploy/videoembedder.plugin
index 00f04431..1f3ce6ef 100644
Binary files a/sdkjs-plugins/content/videoembedder/deploy/videoembedder.plugin and b/sdkjs-plugins/content/videoembedder/deploy/videoembedder.plugin differ
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/dark/icon.png b/sdkjs-plugins/content/videoembedder/resources/store/icons/icon.png
similarity index 100%
rename from sdkjs-plugins/content/videoembedder/resources/store/icons/dark/icon.png
rename to sdkjs-plugins/content/videoembedder/resources/store/icons/icon.png
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/icon.svg b/sdkjs-plugins/content/videoembedder/resources/store/icons/icon.svg
new file mode 100644
index 00000000..3883c747
--- /dev/null
+++ b/sdkjs-plugins/content/videoembedder/resources/store/icons/icon.svg
@@ -0,0 +1,17 @@
+
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/dark/icon@1.25x.png b/sdkjs-plugins/content/videoembedder/resources/store/icons/icon@1.25x.png
similarity index 100%
rename from sdkjs-plugins/content/videoembedder/resources/store/icons/dark/icon@1.25x.png
rename to sdkjs-plugins/content/videoembedder/resources/store/icons/icon@1.25x.png
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/dark/icon@1.5x.png b/sdkjs-plugins/content/videoembedder/resources/store/icons/icon@1.5x.png
similarity index 100%
rename from sdkjs-plugins/content/videoembedder/resources/store/icons/dark/icon@1.5x.png
rename to sdkjs-plugins/content/videoembedder/resources/store/icons/icon@1.5x.png
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/dark/icon@1.75x.png b/sdkjs-plugins/content/videoembedder/resources/store/icons/icon@1.75x.png
similarity index 100%
rename from sdkjs-plugins/content/videoembedder/resources/store/icons/dark/icon@1.75x.png
rename to sdkjs-plugins/content/videoembedder/resources/store/icons/icon@1.75x.png
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/dark/icon@2x.png b/sdkjs-plugins/content/videoembedder/resources/store/icons/icon@2x.png
similarity index 100%
rename from sdkjs-plugins/content/videoembedder/resources/store/icons/dark/icon@2x.png
rename to sdkjs-plugins/content/videoembedder/resources/store/icons/icon@2x.png
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon.png b/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon.png
deleted file mode 100644
index c890aedc..00000000
Binary files a/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon.png and /dev/null differ
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@1.25x.png b/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@1.25x.png
deleted file mode 100644
index bf70d661..00000000
Binary files a/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@1.25x.png and /dev/null differ
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@1.5x.png b/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@1.5x.png
deleted file mode 100644
index 1d34cc82..00000000
Binary files a/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@1.5x.png and /dev/null differ
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@1.75x.png b/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@1.75x.png
deleted file mode 100644
index 8eff7c18..00000000
Binary files a/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@1.75x.png and /dev/null differ
diff --git a/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@2x.png b/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@2x.png
deleted file mode 100644
index 5b8e8eda..00000000
Binary files a/sdkjs-plugins/content/videoembedder/resources/store/icons/light/icon@2x.png and /dev/null differ