{
  "plugins": [
    {
      "id": "sheet-inspector-example",
      "name": "Sheet Inspector Example",
      "summary": "Inspect sheet data, write one cell, run a script action, and receive host calls.",
      "url": "/assets/plugins/sheet-inspector-example/",
      "manifest": "/assets/plugins/sheet-inspector-example/plugin-manifest.json",
      "permissions": ["project:read", "sheet:read", "sheet:write", "script:run-action"]
    },
    {
      "id": "cut-list-planner-example",
      "name": "Cut List Planner Example",
      "summary": "Analyze sheet rows, group material usage, estimate stock sheets, and write a cut-list summary.",
      "url": "/assets/plugins/cut-list-planner-example/",
      "manifest": "/assets/plugins/cut-list-planner-example/plugin-manifest.json",
      "permissions": ["project:read", "sheet:read", "sheet:write"]
    }
  ]
}
