Dustin C. Hatch dbf266de5b svc: Load URL list from file
Instead of hard-coding the list of URLs to open, we'll read it from a
JSON file on the disk.  The file contains a mapping of monitor names to
URLs, e.g.

```json
{
    "HDMI-1": "http://my.site.one",
    "HDMI-2": "http://my.site.two"
}
```
2022-04-30 13:57:21 -05:00
2022-04-30 13:57:21 -05:00
Description
No description provided
793 KiB
Languages
Python 59.3%
Vue 21%
Shell 6.2%
TypeScript 6.1%
HTML 3.5%
Other 3.9%