mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 14:12:42 -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",
|
"name": "Contrast",
|
||||||
"host": "http://localhost:4302",
|
|
||||||
"description": "Measure contrast plugin",
|
"description": "Measure contrast plugin",
|
||||||
"code": "/assets/plugin.js",
|
"code": "/assets/plugin.js",
|
||||||
"icon": "/assets/icon.png",
|
"icon": "/assets/icon.png",
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Create Palette from library",
|
"name": "Create Palette from library",
|
||||||
"description": "Create a board with all the colors in the local library",
|
"description": "Create a board with all the colors in the local library",
|
||||||
"host": "http://localhost:4305",
|
|
||||||
"code": "/plugin.js",
|
"code": "/plugin.js",
|
||||||
"icon": "/assets/icon.png",
|
"icon": "/assets/icon.png",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Icons plugin",
|
"name": "Icons plugin",
|
||||||
"host": "http://localhost:4303",
|
|
||||||
"code": "/assets/plugin.js",
|
"code": "/assets/plugin.js",
|
||||||
"icon": "/assets/icon.png",
|
"icon": "/assets/icon.png",
|
||||||
|
"description": "Create icons from the Feather Icons set",
|
||||||
"permissions": ["page:read", "file:read", "selection:read"]
|
"permissions": ["page:read", "file:read", "selection:read"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Lorem ipsum",
|
"name": "Lorem ipsum",
|
||||||
"host": "http://localhost:4304",
|
|
||||||
"description": "Lorem ipsum text generator plugin",
|
"description": "Lorem ipsum text generator plugin",
|
||||||
"code": "/assets/plugin.js",
|
"code": "/assets/plugin.js",
|
||||||
"icon": "/assets/icon.png",
|
"icon": "/assets/icon.png",
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "POC State Read",
|
"name": "POC State Read",
|
||||||
"description": "Sandbox plugin for plugins development",
|
"description": "Sandbox plugin for plugins development",
|
||||||
"host": "http://localhost:4301",
|
|
||||||
"code": "/assets/plugin.js",
|
"code": "/assets/plugin.js",
|
||||||
"icon": "/assets/icon.png",
|
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"page:read",
|
"page:read",
|
||||||
"file:read",
|
"file:read",
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Table plugin",
|
"name": "Table plugin",
|
||||||
"host": "http://localhost:4306",
|
|
||||||
"description": "Table plugin to import or create tables",
|
"description": "Table plugin to import or create tables",
|
||||||
"code": "/assets/plugin.js",
|
"code": "/assets/plugin.js",
|
||||||
"icon": "/assets/icon.png",
|
"icon": "/assets/icon.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue