// Allow accessing microphone and camera on specific websites without asking for a permission: "AudioCaptureAllowedUrls": ["https://meet.jit.si/", "https://apps-concours-01.phm.education.gouv.fr/", "https://visio-concours-01.phm.education.gouv.fr/", "https://visio-concours-02.phm.education.gouv.fr/"], "VideoCaptureAllowedUrls": ["https://meet.jit.si/", "https://apps-concours-01.phm.education.gouv.fr/", "https://visio-concours-01.phm.education.gouv.fr/", "https://visio-concours-02.phm.education.gouv.fr/"], // Disable tracking of the users' physical location: "DefaultGeolocationSetting": 2, // Never allow fullscreen: "FullscreenAllowed": false, // Hide the home button: "ShowHomeButton": false, // Enable developer tools: "DeveloperToolsAvailability": 1, "URLWhitelist": ["chrome://view-cert"],