{
  "name": "Glenvixa Games",
  "description": "Glenvixa Games public catalog \u2014 social entertainment games with virtual coins. No real money involved.",
  "url": "https://glenvixa.com",
  "provider": {
    "organization": "Glenvixa",
    "url": "https://glenvixa.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": []
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "browse-games",
      "name": "Browse games catalog",
      "description": "List and view social entertainment games available on Glenvixa Games.",
      "tags": [
        "games",
        "catalog",
        "browse"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "read-policy",
      "name": "Read site policies",
      "description": "Retrieve Glenvixa Games privacy policy, terms of use, and responsible-play information.",
      "tags": [
        "policy",
        "legal",
        "responsible-play"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    }
  ]
}