mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 06:02:34 -05:00
feat: removed host from manifests
This commit is contained in:
parent
6821d9f081
commit
e758dc7254
6 changed files with 1 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"name": "Contrast",
|
||||
"host": "http://localhost:4302",
|
||||
"description": "Measure contrast plugin",
|
||||
"code": "/assets/plugin.js",
|
||||
"icon": "/assets/icon.png",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Create Palette from library",
|
||||
"description": "Create a board with all the colors in the local library",
|
||||
"host": "http://localhost:4305",
|
||||
"code": "/plugin.js",
|
||||
"icon": "/assets/icon.png",
|
||||
"permissions": [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Icons plugin",
|
||||
"host": "http://localhost:4303",
|
||||
"code": "/assets/plugin.js",
|
||||
"icon": "/assets/icon.png",
|
||||
"description": "Create icons from the Feather Icons set",
|
||||
"permissions": ["page:read", "file:read", "selection:read"]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"name": "Lorem ipsum",
|
||||
"host": "http://localhost:4304",
|
||||
"description": "Lorem ipsum text generator plugin",
|
||||
"code": "/assets/plugin.js",
|
||||
"icon": "/assets/icon.png",
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
"name": "POC State Read",
|
||||
"description": "Sandbox plugin for plugins development",
|
||||
"host": "http://localhost:4301",
|
||||
"code": "/assets/plugin.js",
|
||||
"icon": "/assets/icon.png",
|
||||
"permissions": [
|
||||
"page:read",
|
||||
"file:read",
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"name": "Table plugin",
|
||||
"host": "http://localhost:4306",
|
||||
"description": "Table plugin to import or create tables",
|
||||
"code": "/assets/plugin.js",
|
||||
"icon": "/assets/icon.png",
|
||||
|
|
Loading…
Add table
Reference in a new issue