0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-23 23:28:41 -05:00
penpot-plugins/apps/example-plugin/public/manifest.json
2024-03-04 10:50:11 +01:00

9 lines
155 B
JSON

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