{
  "format": "xlibrary-plugin",
  "manifestVersion": 2,
  "apiVersion": 1,
  "id": "my-game-catalog",
  "name": "My Game Catalog",
  "version": "0.1.0",
  "minAppVersion": "2.1.0",
  "description": "Searches and resolves games from My Game Catalog.",
  "entry": "runtime/index.js",
  "permissions": ["game-sources.providers", "browser.page.capture"],
  "locales": {
    "en": {
      "name": "My Game Catalog",
      "description": "Searches and resolves games from My Game Catalog.",
      "contributions": {
        "gameSources": {
          "catalog": {
            "title": "My Game Catalog",
            "description": "Search and import games from My Game Catalog.",
            "labels": {"search": "Search catalog", "resolve": "Open game"}
          }
        }
      }
    }
  },
  "contributions": {
    "gameSources": [
      {
        "id": "catalog",
        "title": "My Game Catalog",
        "description": "Search My Game Catalog.",
        "hosts": ["catalog.example"],
        "operations": ["search", "resolve", "refresh", "browser-capture"]
      }
    ]
  }
}
