{
  "version": "1.0",
  "site": "https://the-happiness-journal.com",
  "actions": [
    {
      "id": "start-free-trial",
      "name": "Start free trial",
      "description": "Start a 14-day free trial of The Happiness Journal. No credit card is required to begin.",
      "method": "declarative",
      "endpoint": "/login?signup=1"
    },
    {
      "id": "read-pricing",
      "name": "Read pricing",
      "description": "Read current Starter, Practice, and Immersion prices in Markdown.",
      "method": "declarative",
      "endpoint": "/pricing.md"
    },
    {
      "id": "read-faq",
      "name": "Read FAQ",
      "description": "Read answers on privacy, timing, limits, and what the product is for.",
      "method": "declarative",
      "endpoint": "/faq"
    }
  ]
}