Skip to content

Instantly share code, notes, and snippets.

@manojbecs
Forked from vimalvnair/gist:8666879
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save manojbecs/a5fc494a26548e749e0d to your computer and use it in GitHub Desktop.

Select an option

Save manojbecs/a5fc494a26548e749e0d to your computer and use it in GitHub Desktop.
/* For single clinic custom website */
{
"title": "JointMan",
"position": "3",
"websites": [
{
"title": "",
"url": "https://www.t3treattotarget.com/",
"showZoomControls": false,
"desktopVersion": false
"desktopVersion": true
}
]
/* For MULTIPLE custom websites */
{
"title": "ContextMedia",
"position": "3",
"websites": [
{
"title": "CMH",
"url": "http://www.contextmediahealth.com",
"showZoomControls": false,
"desktopVersion": true
},
{
"title": "Google",
"url": "http://www.google.com",
},
{
"title": "Yahoo",
"url": "http://www.yahoo.com",
"showZoomControls": true
},
{
"title": "JointMan",
"url": "https://www.t3treattotarget.com/",
"showZoomControls": false,
"desktopVersion": false
"desktopVersion": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment