{
  "name": "Futon",
  "version": "1.0",
  "manifest_version": 2,
  "description": "A simple Apache CouchDB Futon shortcut app.",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "launch": {
      "web_url": "http://127.0.0.1:5984/_utils",
      "container": "tab"
    }
  },
  "offline_enabled": true
}