[
  {
    "name": "hello-world",
    "displayName": "Hello World",
    "description": "A sample starter extension for ted. Registers a command that shows a welcome notification.",
    "version": "1.0.0",
    "main": "index.js",
    "author": "tomlin7",
    "repository": "https://github.com/ted-industries/extensions/tree/main/registry/extensions/hello-world",
    "tags": [
      "sample",
      "starter",
      "notification"
    ],
    "downloads": 0
  },
  {
    "name": "material-icon-theme",
    "displayName": "Material Icon Theme",
    "description": "Material Design Icons for Ted",
    "version": "1.3.1",
    "main": "index.js",
    "author": "Ted Industries",
    "repository": "https://github.com/ted-industries/extensions/tree/main/registry/extensions/material-icon-theme",
    "tags": [
      "theme",
      "icons"
    ],
    "downloads": 0
  },
  {
    "name": "quick-open-recent",
    "displayName": "Quick Open Recent",
    "description": "Registers a command to list and quickly open recently accessed files.",
    "version": "1.0.0",
    "main": "index.js",
    "author": "tomlin7",
    "repository": "https://github.com/ted-industries/extensions/tree/main/registry/extensions/quick-open-recent",
    "tags": [
      "navigation",
      "productivity",
      "files"
    ],
    "downloads": 0
  },
  {
    "name": "ted-git-blame",
    "displayName": "Git Blame",
    "description": "Show git blame information in the editor status bar.",
    "version": "1.0.0",
    "main": "index.js",
    "repository": "https://github.com/ted-industries/ted-git-blame",
    "author": "tomlin7",
    "tags": [
      "git",
      "blame",
      "source-control"
    ],
    "downloads": 0
  },
  {
    "name": "ted-icons",
    "displayName": "Ted Default Icons",
    "description": "Default file and folder icons for Ted editor.",
    "version": "1.0.0",
    "main": "index.js",
    "author": "tomlin7",
    "repository": "https://github.com/ted-industries/extensions/tree/main/registry/extensions/ted-icons",
    "tags": [
      "theme",
      "icons"
    ],
    "downloads": 0
  },
  {
    "name": "word-count",
    "displayName": "Word Count",
    "description": "Displays a live word and character count for the active file in the status bar.",
    "version": "1.0.0",
    "main": "index.js",
    "author": "tomlin7",
    "repository": "https://github.com/ted-industries/extensions/tree/main/registry/extensions/word-count",
    "tags": [
      "statusbar",
      "writing",
      "utility"
    ],
    "downloads": 0
  }
]
