// # Snapsets for APCP pilots
//
// ## Description
//
// These snapsets have been created in order to test the GPII in the APCP pilots.
// A full description of them can be found here: https://docs.google.com/document/d/1B3uIonWJNqbzoMgboVc7b-T3UJYuikB2FKJmIIp4DYE/edit#
// In addition to the specifications from the original document:
//
// * **snapset_3**: Win10 Display scaling (150%), Win10 Mouse cursor size (1.0) and Chrome extensions selfVoicing (Enabled)
{
    "flat": {
        "name": "Read To Me",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/DPIScale": 2,
                    "http://registry.gpii.net/common/cursorSize": 1.0,
                    "http://registry.gpii.net/common/selfVoicing/enabled": true
                }
            }
        }
    }
}
