// # elmer.json5
//
// ## Demo Personas with User Stories
//
// This preference set is part of our set of personas used for the demo install,
// presentations, and in general conveying an array of compelling user stories for
// the GPII.
//
// ## Details
//
// Elmer  — Low Screen Resolution
//
// Elmer is older and his sight is failing — but magnifiers confuse him.  So he just uses a low screen resolution and everything is larger for him, but nothing moves offscreen like a magnifier would do.
{
    "flat": {
        "name": "Elmer",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/applications/com.microsoft.windows.screenResolution": {
                        "screen-resolution": {
                            "width": 800,
                            "height": 600
                        }
                    }
                }
            }
        }
    }
}
