OBJECT

ExtensionIcons

The complete set of potential icons provided by a developer to represent their Extension on the site.

link GraphQL Schema definition

1type ExtensionIcons {
2
3# 300x200 splash image used in extension discovery & management.
4discoverySplash: String!
5
6# Square 100x100 icon used in extension discovery & management.
7square100: String!
8
9# Square 24x24 icon used in video player taskbar.
10square24: String!
11
12}