bd752d0968
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.
15 lines
214 B
JSON
15 lines
214 B
JSON
{
|
|
"version": 1,
|
|
"whileDnd": true,
|
|
"letThrough": true,
|
|
"rules": [
|
|
{
|
|
"name": "deliveroo",
|
|
"words": ["deliveroo"],
|
|
"apps": [],
|
|
"effects": ["nudge"],
|
|
"cooldown": 5
|
|
}
|
|
]
|
|
}
|