{
  "name": "dscam-h-s",
  "author": "ljonget@gmail.com",
  "version": "1.2.0",
  "keywords": ["pebble-app"],
  "private": true,
  "dependencies": {
    "pebble-clay": "^1.0.4"
  },
  "pebble": {
    "displayName": "DSCam Home-Switch",
    "uuid": "d701bcb8-1076-4adb-9e38-9c21566efc24",
    "sdkVersion": "3",
    "enableMultiJS": true,
    "targetPlatforms": [
      "aplite"
    ],
    "watchapp": {
      "watchface": false
    },
    "messageKeys": [
      "status",
      "server",
      "username",
      "password",
      "JSReady"
    ],
    "capabilities": [
      "configurable"
    ],
    "resources": {
      "media": [
        {
          "file": "images/icon.png",
          "menuIcon": true,
          "name": "IMAGE_MENU_ICON",
          "targetPlatforms": null,
          "type": "bitmap"
        },
        {
          "file": "images/q_mark.png",
          "name": "Q_MARK",
          "targetPlatforms": null,
          "type": "bitmap"
        },
        {
          "file": "images/home_off.png",
          "name": "HOME_OFF",
          "targetPlatforms": null,
          "type": "bitmap"
        },
        {
          "file": "images/home_on.png",
          "name": "HOME_ON",
          "targetPlatforms": null,
          "type": "bitmap"
        }
      ]
    }
  }
}