matrix-puppeteer-line/puppet/example-config.json

11 lines
240 B
JSON
Raw Permalink Normal View History

2020-08-24 09:45:44 -04:00
{
"listen": {
"type": "unix",
2021-03-15 01:40:56 -04:00
"path": "/var/run/matrix-puppeteer-line/puppet.sock"
2020-08-24 09:45:44 -04:00
},
"profile_dir": "./profiles",
2021-02-10 02:34:19 -05:00
"url": "chrome-extension://<extension-uuid>/index.html",
2021-04-27 02:59:16 -04:00
"extension_dir": "./extension_files",
"devtools": false
2020-08-24 09:45:44 -04:00
}