Bixby Developer Center

References

screenshots

optional

Defines the set of screenshot images to include on your capsule's Marketplace page. You can have up to 10 localized images per capsule-info.bxb file. You must place all your images in the assets/images folder and point to its location in that folder (for example, images/screenshots/en/capsule-screenshot-1.png or images/screenshot1-en.png).

Example

// resources/en/capsule-info.bxb
capsule-info {
...
screenshots {
asset (/images/screenshots/en/capsule-screenshot-1.png)
asset (/images/screenshots/en/capsule-screenshot-2.png)
asset (/images/screenshots/en/capsule-screenshot-3.png)
asset (/images/screenshots/en/capsule-screenshot-4.png)
}
...
}

Child Keys

asset
optional
Specifies the location of the screenshot image in your assets/images folder