feat: add icons to plugins
BIN
apps/avatar_plugin_table.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 15 KiB |
BIN
apps/contrast-plugin/public/icon.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
|
@ -2,6 +2,7 @@
|
|||
"name": "Contrast plugin",
|
||||
"host": "http://localhost:4302",
|
||||
"code": "/plugin.js",
|
||||
"icon": "/icon.png",
|
||||
"permissions": [
|
||||
"page:read",
|
||||
"file:read",
|
||||
|
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 2.1 KiB |
BIN
apps/icons-plugin/src/assets/icon.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
|
@ -2,5 +2,6 @@
|
|||
"name": "Icons plugin",
|
||||
"host": "http://localhost:4303",
|
||||
"code": "/assets/plugin.js",
|
||||
"icon": "/assets/icon.png",
|
||||
"permissions": ["page:read", "file:read", "selection:read"]
|
||||
}
|
||||
|
|
BIN
apps/lorem-ipsum-plugin/src/assets/icon.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
|
@ -3,5 +3,6 @@
|
|||
"host": "http://localhost:4304",
|
||||
"description": "Lorem ipsum text generator plugin",
|
||||
"code": "/assets/plugin.js",
|
||||
"icon": "/assets/icon.png",
|
||||
"permissions": ["page:read", "file:read", "selection:read"]
|
||||
}
|
||||
|
|