Your friendly pwa for postponing stuff.
Try it at frestun.alheimsins.net.
If you want to upload your own data instead of adding one by one. Create a jsonfile and upload it.
{
"refreshRate": 10000,
"items": [
{
"title": "Maccyber",
"limits": {
"red": 60000,
"orange": 40000,
"yellow": 20000
}
},
{
"title": "Zrrrzzt",
"limits": {
"red": 120000,
"orange": 80000,
"yellow": 40000
}
}
]
}