{
   "action": {
      "default_icon": "images/chromeba.png",
      "default_title": "__MSG_extBrowserActionTooltip__"
   },
   "background": {
      "service_worker": "js/background.js"
   },
   "content_scripts": [ {
      "js": [ "js/extapi_cs.js" ],
      "matches": [ "*://*.ietab.net/*" ],
      "run_at": "document_start"
   }, {
      "js": [ "js/ietabapi_cs.js" ],
      "matches": [ "\u003Call_urls>" ],
      "run_at": "document_start"
   } ],
   "content_security_policy": {
      "extension_pages": "script-src 'self'; object-src 'self'"
   },
   "default_locale": "en_US",
   "description": "__MSG_extDescription__",
   "externally_connectable": {
      "ids": [ "*" ],
      "matches": [ "*://*.ietab.net/*" ]
   },
   "host_permissions": [ "\u003Call_urls>" ],
   "icons": {
      "128": "images/chromeie128.png",
      "16": "images/chromeie16.png",
      "32": "images/chromeie32.png",
      "48": "images/chromeie48.png"
   },
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDw9KvWdSjLDeXyfQXxAIw9j36LlizdwLGfiF88eHBrsc9OQHJ6r7fl5uKPxjARbUBtMOyF1EGNeSrXYYt3QSGdqtNN2+Vtwe/zQ+I97QLz13z2R8wANA+2laNcLjSHx5GGgX+b2elzqWxYEyuAHTUG6d5Ugj04v/fiZ7ud99L5/QIDAQAB",
   "manifest_version": 3,
   "name": "IE Tab",
   "optional_permissions": [ "downloads" ],
   "options_page": "options.html",
   "permissions": [ "tabs", "storage", "contextMenus", "webRequest", "webRequestBlocking", "nativeMessaging", "cookies", "alarms", "offscreen", "declarativeNetRequestWithHostAccess" ],
   "short_name": "IE Tab",
   "storage": {
      "managed_schema": "managed_schema.json"
   },
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "19.3.5.1",
   "web_accessible_resources": [ {
      "matches": [ "\u003Call_urls>" ],
      "resources": [ "js/extapi_wp.js", "js/ietabapi_wp.js", "redir.htm", "options.html" ]
   } ]
}
