0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-02-09 00:28:25 -05:00
penpot-plugins/apps/contrast-plugin/public/manifest.json

10 lines
172 B
JSON
Raw Normal View History

2024-03-07 10:34:06 +01:00
{
"name": "Contrast plugin",
2024-03-15 09:02:56 +01:00
"code": "http://localhost:4210/plugin.js",
2024-03-07 10:34:06 +01:00
"permissions": [
"page:read",
"file:read",
"selection:read"
]
}