{
  "name": "House Intent Handler",
  "version": "0.0.1",
  "icons" : {
    "128" : "iosicon.png"
  },
  "app" : {
    "urls" : ["http://jeffshouse:8888/intent/"],
    "launch" : {
      "web_url" : "http://jeffshouse:8888/intent/"
    }
  },
  "intents": {
    "http://webintents.org/share" : [{
      "type" : ["text/uri-list"],
      "href" : "http://jeffshouse:8888/intent/share/uri",
      "disposition" : "window",
      "title" : "Share URL to House"
    },
    {
      "type": ["image/*"],
      "href": "http://jeffshouse:8888/intent/share/image",
      "title" : "Share Image to House",
      "disposition" : "window"
    }],
    "http://webintents.org/edit": [{
      "type": ["text/uri-list"],
      "href": "http://jeffshouse:8888/intent/edit/uri",
      "title" : "Edit URI on House",
      "disposition" : "window"
    },
    {
      "type": ["text/*"],
      "href": "http://jeffshouse:8888/intent/edit/text",
      "title" : "Edit text on House",
      "disposition" : "window"
    }],
    "http://webintents.org/pick": [{
        "type" : ["*/*"],
        "href": "http://jeffshouse:8888/intent/pick",
        "title" : "Edit text on House",
        "disposition" : "window"
    }]
  }
}