/usr/share/xul-ext-controlaula/defaults/preferences/prefs.js is in controlaula 1.8.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | pref("extensions.ControlAula.port", "8900");
pref("extensions.ControlAula.url", "http://localhost");
pref("extensions.ControlAula.isTeacher", false);
// https://developer.mozilla.org/en/Localizing_extension_descriptions
pref("extensions.jredrejo@debian.org.description", "chrome://ControlAula/locale/overlay.properties");
|