Skip to content

Commit a9484f5

Browse files
committed
visual improvements
1 parent 408d6e7 commit a9484f5

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/main/kotlin/SampleRemoteProvider.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ class SampleRemoteProvider(
5151
override fun close() {}
5252

5353
override fun getName(): String = "Sample Provider"
54+
override fun getSvgIcon(): ByteArray {
55+
return this::class.java.getResourceAsStream("/icon.svg")?.readAllBytes() ?: byteArrayOf()
56+
}
5457

5558
override fun canCreateNewEnvironments(): Boolean = true
5659
override fun isSingleEnvironment(): Boolean = false

src/main/resources/extension.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55
"readableName": "Sample plugin",
66
"description": "This plugin is a sample of Remote Development integration into JetBrains Toolbox App",
77
"vendor": "Toolbox + Gateway",
8-
"url": "https://github.com/kropp/toolbox-gateway-sample"
8+
"url": "https://github.com/kropp/toolbox-gateway-sample",
9+
"backgroundColors": {
10+
"start": "#fdb60d",
11+
"top": "#ff318c",
12+
"end": "#6b57ff"
13+
}
914
},
1015
"compatibleVersionRange": {
11-
"from": "2.0",
12-
"to": "2.1.0.0"
16+
"from": "2.1",
17+
"to": "2.999"
1318
}
1419
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy