{
  "manifest": {
    "manifestVersion": "1.0",
    "publishingInformation": {
      "locales": {
        "{{LOCALE}}": {
          "name": "{{SKILL_DISPLAY_NAME}}",
          "summary": "{{SUMMARY}}",
          "description": "{{DESCRIPTION}}",
          "examplePhrases": ["Alexa, abre {{INVOCATION_NAME}}", "Alexa, dile a {{INVOCATION_NAME}} que ponga la radio", "Alexa, pídele a {{INVOCATION_NAME}} que reproduzca la radio"],
          "keywords": {{KEYWORDS_JSON}}
        }
      },
      "isAvailableWorldwide": false,
      "testingInstructions": "{{TESTING_INSTRUCTIONS}}",
      "category": "{{CATEGORY}}",
      "distributionCountries": ["MX"]
    },
    "apis": {
      "custom": {
        "endpoint": {"uri": "{{ENDPOINT}}", "sslCertificateType": "Trusted"},
        "interfaces": [{"type": "AUDIO_PLAYER"}]
      }
    },
    "privacyAndCompliance": {
      "allowsPurchases": false,
      "usesPersonalInfo": false,
      "isChildDirected": false,
      "isExportCompliant": true,
      "containsAds": false,
      "locales": {"{{LOCALE}}": {"privacyPolicyUrl": "{{PRIVACY_POLICY_URL}}", "termsOfUseUrl": "{{TERMS_OF_USE_URL}}"}}
    }
  }
}
