Files
nocodb/packages/nc-gui/extensions/json-exporter/manifest.json
2025-10-14 10:34:22 +00:00

28 lines
615 B
JSON

{
"id": "nc-json-exporter",
"title": "JSON Exporter",
"subTitle": "JSON Exporter",
"description": "json-exporter/description.md",
"entry": "json-exporter",
"version": "0.1",
"iconUrl": "json-exporter/assets/icon.png",
"publisher": {
"name": "NocoDB",
"email": "contact@nocodb.com",
"url": "https://www.nocodb.com",
"icon": {
"src": "json-exporter/assets/publisher-icon.svg",
"width": 24,
"height": 24
}
},
"links": [],
"disabled": true,
"config": {
"modalSize": "sm",
"contentMinHeight": "198px"
},
"order": 3,
"minAccessRole": "viewer"
}