Skip to content

Instantly share code, notes, and snippets.

@simonbates
Forked from jobara/net-gpii-chromeExtension-1.json
Last active June 4, 2017 19:36
Show Gist options
  • Save simonbates/51c755904c2a149e886f2dd7d24fafaa to your computer and use it in GitHub Desktop.
Save simonbates/51c755904c2a149e886f2dd7d24fafaa 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