Skip to content

Instantly share code, notes, and snippets.

@jobara
Last active June 4, 2017 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jobara/0a169026777f70834d5e269828b96190 to your computer and use it in GitHub Desktop.
Save jobara/0a169026777f70834d5e269828b96190 to your computer and use it in GitHub Desktop.
{
"flat": {
"contexts": {
"gpii-default": {
"name": "Default preferences",
"preferences": {
"http://registry.gpii.net/applications/net.gpii.chromeExtension": {
"lineSpace": 1.5,
"highContrastEnabled": true,
"highContrastTheme": "white-black",
"dictionaryEnabled": true,
"inputsLargerEnabled": true,
"fontSize": 1.5
},
"http://registry.gpii.net/common/highContrastEnabled": true,
"http://registry.gpii.net/common/highContrastTheme": "white-black"
}
}
}
}
}
"net.gpii.chromeExtension": {
"name": "GPII Chrome extension",
"contexts": {
"OS": [{
"id": "win32",
"version": ">=5.0"
}]
},
"settingsHandlers": {
"config": {
"type": "gpii.settingsHandlers.webSockets",
"options": {
"path": "net.gpii.chromeExtension"
},
"capabilities": [],
"capabilitiesTransformations": {}
}
},
"configure": [
"settings.config"
],
"restore": [
"settings.config"
],
"start": [],
"stop": [],
"isInstalled": [
{
"type": "gpii.deviceReporter.alwaysInstalled"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment