mirror of
https://github.com/penpot/penpot.git
synced 2026-03-28 06:10:28 +01:00
9 lines
216 B
JSON
9 lines
216 B
JSON
{
|
|
"name": "Table plugin",
|
|
"description": "Table plugin to import or create tables",
|
|
"version": 2,
|
|
"code": "assets/plugin.js",
|
|
"icon": "assets/icon.png",
|
|
"permissions": ["content:read", "content:write"]
|
|
}
|