mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
568 B
13 lines
568 B
3 months ago
|
{
|
||
|
"id": "nc-json-exporter",
|
||
|
"title": "JSON Exporter",
|
||
|
"description": "This is a sample NocoDB extension that exports data in JSON format. \nIt is used to demonstrate how to create a NocoDB extension.\n\nThis extension is disabled by default. To access it you need to first change the `disabled` property in the manifest file to `false`.",
|
||
|
"entry": "json-exporter",
|
||
|
"version": "0.1",
|
||
|
"iconUrl": "json-exporter/icon.png",
|
||
|
"publisherName": "NocoDB",
|
||
|
"publisherEmail": "contact@nocodb.com",
|
||
|
"publisherUrl": "https://www.nocodb.com",
|
||
|
"disabled": true
|
||
|
}
|