0
Fork 0
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:
alonso.torres 2024-05-30 09:27:48 +02:00 committed by Alonso Torres
parent 6821d9f081
commit e758dc7254
6 changed files with 1 additions and 7 deletions

View file

@ -1,6 +1,5 @@
{
"name": "Contrast",
"host": "http://localhost:4302",
"description": "Measure contrast plugin",
"code": "/assets/plugin.js",
"icon": "/assets/icon.png",

View file

@ -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": [

View file

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

View file

@ -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",

View file

@ -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",

View file

@ -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",