{
  "version": "2.0.0",
  "goal": "Scrape the product grid of the gallery fixture store",
  "origin": "https://productgrid.test",
  "grants": ["observe", "countelements", "readtext", "exportjson"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the product grid page" },
    { "id": "cards", "kind": "countelements", "label": "Count the product cards", "target": ".product-grid article" },
    { "id": "titles", "kind": "readtext", "label": "Read the product titles", "target": ".product-grid article h3" },
    { "id": "export", "kind": "exportjson", "label": "Export the grid inventory", "gate": true, "options": "{\"name\":\"product-grid-inventory\"}" }
  ]
}
