0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-02-08 08:09:18 -05:00

feat: add icons to plugins

This commit is contained in:
alonso.torres 2024-05-27 13:12:01 +02:00 committed by Alonso Torres
parent 3d70eb06d6
commit ec38707aca
9 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -2,6 +2,7 @@
"name": "Contrast plugin",
"host": "http://localhost:4302",
"code": "/plugin.js",
"icon": "/icon.png",
"permissions": [
"page:read",
"file:read",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -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"]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -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"]
}