{
  "site": "https://amazonsucks.is",
  "stories": 0,
  "algorithm": "sha256(sorted story ids, newline-joined)",
  "root": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
  "export": "https://amazonsucks.is/export.jsonl",
  "verify": "curl -s ORIGIN/export.jsonl | node -e 'let d=\"\";process.stdin.on(\"data\",c=>d+=c).on(\"end\",async()=>{const ids=d.trim().split(\"\\n\").map(l=>JSON.parse(l).id).sort();const h=await crypto.subtle.digest(\"SHA-256\",new TextEncoder().encode(ids.join(\"\\n\")));console.log([...new Uint8Array(h)].map(b=>b.toString(16).padStart(2,\"0\")).join(\"\"))})'"
}
