Files
alan bd752d0968 Effects as a list per rule, minimal seed rules, README tidy
Each effect on a rule is a row with its settings at a glance, a button
to open it and one to drop it; an Add effect button unfolds the rest.
A fresh install seeds only the deliveroo rule. Preview updated.
2026-09-08 17:14:47 +01:00

15 lines
214 B
JSON

{
"version": 1,
"whileDnd": true,
"letThrough": true,
"rules": [
{
"name": "deliveroo",
"words": ["deliveroo"],
"apps": [],
"effects": ["nudge"],
"cooldown": 5
}
]
}