{
  "kind": "letbe-automate-automation",
  "version": 1,
  "title": "Buy it when it is back in stock",
  "goal": "Watch this product page. While the item cannot be bought, do nothing. The moment it can be bought again, add one to the cart and go through checkout in my signed-in session, then stop at the last step before the order is confirmed and wait for me.",
  "siteOrigin": "https://www.example.com",
  "startUrl": "https://www.example.com/replace-with-the-product-page-you-are-watching",
  "mode": {
    "kind": "watch"
  },
  "level": "stop_at_last",
  "caps": {
    "maxMinutesPerRun": 20,
    "offLimits": [
      "Never confirm an order on your own.",
      "Never buy more than one.",
      "Never change the delivery address or payment method."
    ]
  },
  "guide": "# My rules\n- Buy exactly one.\n- My price limit: [write the most you will pay here].\n- If a size or option must be chosen: [write it here].\n- If checkout asks anything unexpected, stop and ask me.",
  "gestures": []
}
