// # Maggie
//
// The preference set enables the magnifier, making it follow the text insertion point (caret) and docks the magnifier pane to the top of the screen.
//
// ## Testing
//
// The magnifier should be looking at the caret when you type some text.
{
    "flat": {
        "name": "Maggie",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/magnification": 2.0,
                    "http://registry.gpii.net/common/tracking": ["caret"],
                    "http://registry.gpii.net/common/magnifierPosition": "TopHalf"
                }
            }
        }
    }
}
