{
  "format": "xlibrary-plugin",
  "manifestVersion": 2,
  "apiVersion": 1,
  "id": "__PLUGIN_ID__",
  "name": "__PLUGIN_NAME__",
  "version": "0.1.0",
  "minAppVersion": "2.1.0",
  "description": "A starter XLibrary plugin with a local game-source preview.",
  "entry": "runtime/index.js",
  "permissions": ["game-sources.providers"],
  "contributions": {
    "gameSources": [
      {
        "id": "catalog",
        "title": "__PLUGIN_NAME__ catalog",
        "description": "Searches games from the starter catalog.",
        "hosts": ["catalog.example"],
        "operations": ["search", "resolve"]
      }
    ]
  }
}
