{
  "name": "nuclide-distraction-free-mode",
  "repository": "https://github.com/facebook/nuclide",
  "main": "./lib/main.js",
  "version": "0.0.0",
  "description": "Hide the cruft and focus on your code",
  "atomTestRunner": "../../lib/test-runner.js",
  "nuclide": {
    "configMetadata": {
      "pathComponents": [
        "IDE",
        "Distraction Free Mode"
      ]
    },
    "config": {
      "hideToolBar": {
        "title": "Hide the tool-bar",
        "description": "Requires restart to take effect. Note: this will hide the toolbar button so you will not be able to use it to leave distraction-free-mode!",
        "type": "boolean",
        "default": false
      },
      "hideStatusBar": {
        "title": "Hide the status-bar",
        "description": "Requires restart to take effect.",
        "type": "boolean",
        "default": false
      }
    },
    "packageType": "Atom",
    "testRunner": "apm"
  },
  "consumedServices": {
    "nuclide-distraction-free-mode": {
      "versions": {
        "0.0.0": "consumeDistractionFreeModeProvider"
      }
    },
    "tool-bar": {
      "versions": {
        "^0 || ^1": "consumeToolBar"
      }
    }
  }
}
