0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-24 07:38:41 -05:00
penpot-plugins/apps/poc-state-read-plugin/public/manifest.json
2024-04-17 15:03:50 +02:00

9 lines
155 B
JSON

{
"name": "POC State Read",
"code": "http://localhost:4202/plugin.js",
"permissions": [
"page:read",
"file:read",
"selection:read"
]
}