0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 00:10:12 -05:00
penpot-plugins/apps/contrast-plugin/public/manifest.json
2024-03-11 13:11:53 +01:00

9 lines
172 B
JSON

{
"name": "Contrast plugin",
"code": "http://localhost:4201/plugin.js",
"permissions": [
"page:read",
"file:read",
"selection:read"
]
}