{
   "action": {
      "default_title": "BetterTTV"
   },
   "author": "NightDev, LLC",
   "background": {
      "service_worker": "background.js"
   },
   "browser_specific_settings": {
      "gecko": {
         "id": "firefox@betterttv.net",
         "strict_min_version": "109.0"
      },
      "safari": {
         "strict_min_version": "16"
      }
   },
   "content_scripts": [ {
      "all_frames": true,
      "css": [ "betterttv.css" ],
      "exclude_matches": [ "*://*.twitch.tv/*.html", "*://*.twitch.tv/*.html?*", "*://*.twitch.tv/*.htm", "*://*.twitch.tv/*.htm?*" ],
      "js": [ "betterttv.js" ],
      "matches": [ "*://*.twitch.tv/*" ],
      "world": "MAIN"
   } ],
   "default_locale": "en",
   "description": "__MSG_EXTENSION_DESCRIPTION__",
   "externally_connectable": {
      "matches": [ "https://*.twitch.tv/*", "https://*.youtube.com/*" ]
   },
   "homepage_url": "https://betterttv.com",
   "host_permissions": [ "*://*.twitch.tv/*" ],
   "icons": {
      "128": "icon.png"
   },
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGodR8UOS1OhLctEpt4tzWBax9vHSCjff/Ir2Y32FzNq5CyWdKpC7Ak9r+rK8jKBV6VZt+4D+pOPctfof3pO2r3DD2/YDSRhDxu0znYtioLihfTOvS+AlB1pBqLrK0yNMcAvs9Eu/yIgrD/8UoSI/WnVEI/Z5ohv3u0Gha6QSS7wIDAQAB",
   "manifest_version": 3,
   "minimum_chrome_version": "111",
   "name": "__MSG_EXTENSION_NAME__",
   "optional_host_permissions": [ "*://*.youtube.com/*" ],
   "optional_permissions": [ "*://*.youtube.com/*" ],
   "permissions": [ "scripting", "activeTab" ],
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "7.7.25",
   "web_accessible_resources": [ {
      "matches": [ "https://*.twitch.tv/*", "https://*.youtube.com/*" ],
      "resources": [ "betterttv.js", "betterttv.css", "firefox_runtime_messaging.js" ]
   } ]
}
