{
   "action": {
      "default_popup": "popup.html?isPopup=1"
   },
   "background": {
      "service_worker": "background.js"
   },
   "commands": {
      "forward": {
         "description": "forward",
         "suggested_key": {
            "default": "Alt+Period"
         }
      },
      "play": {
         "description": "play/pause",
         "suggested_key": {
            "default": "Alt+P"
         }
      },
      "rewind": {
         "description": "rewind",
         "suggested_key": {
            "default": "Alt+Comma"
         }
      },
      "stop": {
         "description": "stop",
         "suggested_key": {
            "default": "Alt+O"
         }
      }
   },
   "cross_origin_embedder_policy": {
      "value": "require-corp"
   },
   "cross_origin_opener_policy": {
      "value": "same-origin"
   },
   "default_locale": "en",
   "description": "__MSG_extension_description__",
   "host_permissions": [ "https://translate.google.com/" ],
   "icons": {
      "128": "img/icon.png",
      "16": "img/icon-16.png",
      "48": "img/icon-48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnuixucDtRgOw5uj5Bj8e+mAOxk2JAe0soL61VPOJz49awD8TGg4bUedgPkwHlLFpN1YayanQPOixIa+ePnSgSaXiV0SSdKYp4f1SUDGf1Z9Q7Ya+onaLN6aAcv7HAUQ9+JQK8aPNIyMHRm/Clx8zjwbILXzILbmuMvkRva7A78k0HULb+LxNGMeV9F7Q0U8WdZrfS2VNBpDVnDqGqVL93TDz1UsTvaA+uX0S5ZeXeZIwOzUMsuyiSBMPoQC5cUxszmJVtjj92EY1/AonZr22Cp8J5KBiCYJBsJqQ+Dt15cXz3gtCkBbChdlNbG8pLDneDNmEdF8EIVrziO346+qU0QIDAQAB",
   "manifest_version": 3,
   "minimum_chrome_version": "99",
   "name": "__MSG_extension_name__",
   "oauth2": {
      "client_id": "311515340069-gr48lfk7ufpg8ath9qkfsatq60tr6147.apps.googleusercontent.com",
      "scopes": [ "https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profile", "https://www.googleapis.com/auth/chromewebstore.readonly" ]
   },
   "optional_host_permissions": [ "http://*/", "https://*/", "file://*/*" ],
   "optional_permissions": [ "webRequest", "webNavigation" ],
   "options_page": "options.html",
   "options_ui": {
      "page": "options.html"
   },
   "permissions": [ "activeTab", "contextMenus", "identity", "offscreen", "scripting", "storage", "tts", "ttsEngine" ],
   "short_name": "__MSG_extension_short_name__",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "2.22.0",
   "web_accessible_resources": [ {
      "matches": [ "\u003Call_urls>" ],
      "resources": [ "player.html", "sound/*", "img/*", "css/*" ],
      "use_dynamic_url": true
   } ]
}
