{
  "kind": "letbe-automate-automation",
  "version": 1,
  "title": "Watch a price, act when it drops",
  "goal": "Watch this page. While the price stays above my target, do nothing. When the price falls to my target or below, start the purchase or booking in my signed-in session and stop at the last step before anything is paid, then wait for me.",
  "siteOrigin": "https://www.example.com",
  "startUrl": "https://www.example.com/replace-with-the-page-that-shows-the-price",
  "mode": {
    "kind": "watch"
  },
  "level": "stop_at_last",
  "caps": {
    "maxMinutesPerRun": 15,
    "offLimits": [
      "Never pay or confirm on your own.",
      "Never accept extras, insurance or upgrades."
    ]
  },
  "guide": "# My rules\n- My target price: [write it here].\n- The exact item or room I mean: [describe it here].\n- If the price shown is for something slightly different, stop and ask me.",
  "gestures": []
}
