{
  "label": "museumofpragueai.com",
  "bugs": {
    "2018892": {
      "issue": "unsupported-warning",
      "matches": ["*://demo.museumofpragueai.com/chatbot/*"]
    }
  },
  "css": {
    "hide_mic_icon": "#micBtn { display: none; }"
  },
  "interventions": [
    {
      "platforms": ["all"],
      "pref_check": {
        "media.webspeech.recognition.enable": false
      },
      "css": ["hide_mic_icon"],
      "content_scripts": {
        "js": ["define_SpeechRecognition.js"]
      }
    }
  ]
}
