Skip to content

Instantly share code, notes, and snippets.

@SteveBarnett
Created March 25, 2013 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SteveBarnett/5238684 to your computer and use it in GitHub Desktop.
Save SteveBarnett/5238684 to your computer and use it in GitHub Desktop.
Template for devices.json
{
"Device reference": {
"brand": "",
"model": "",
"OS": {
"name": "",
"version": ""
},
"input-method": {
"keypad": "boolean true|false",
"qwerty": "boolean true|false",
"trackpad": "boolean true|false",
"touch": "boolean true|false"
},
"screen-size": "extra-small|small|medium|large",
"aspect-ratio": "regular|widescreen",
"high-device-pixel-ratio": "boolean true||false",
"web-standards-support": "bad|okay|good",
"commentary": "Some additional information about this device."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment