{
   "action": {
      "default_icon": "icon.png"
   },
   "background": {
      "service_worker": "dist/background.js"
   },
   "commands": {
      "tab_history_back": {
         "description": "Tab History Back",
         "suggested_key": {
            "default": "Ctrl+Comma",
            "mac": "MacCtrl+Comma",
            "windows": "Ctrl+Comma"
         }
      },
      "tab_history_forward": {
         "description": "Tab History Forward",
         "suggested_key": {
            "default": "Ctrl+Period",
            "mac": "MacCtrl+Period",
            "windows": "Ctrl+Period"
         }
      }
   },
   "content_scripts": [ {
      "js": [ "vendor/jquery-3.3.1.min.js", "vendor/jquery-ui-1.12.1.min.js", "dist/extension.js" ],
      "matches": [ "\u003Call_urls>" ],
      "run_at": "document_start"
   }, {
      "all_frames": true,
      "js": [ "dist/iframe.js" ],
      "match_about_blank": true,
      "matches": [ "https://*.officeapps.live.com/*", "https://docs.google.com/*" ]
   } ],
   "content_security_policy": {
      "extension_pages": "script-src 'self'; object-src 'self'"
   },
   "description": "Switch is a workstation that helps you manage web applications and accounts in 1 place.",
   "host_permissions": [ "http://*/*", "https://*/*", "file://*/*" ],
   "icons": {
      "128": "icon128.png",
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiIBWffiCLI7ZBLxUL3mAwhaxCJHxqlbuub+CzJM64279lZIT3gxA27uZpcm2NhFrO0cHhQaU7fmcIY/oBRRsTpfAQRmW/XVtwSZTrrFMmvs3an55g7PNACsuvY5yeXgfRHBIrLbYbSkE6oAafPaOtZmOBNog/MyTugt9GWByTRSDCc/Rsgo1gM1S7/xnL2gK0o5mTZeF62mNTZ3vNnhj4fIdsoutpvQrka+HqZysFS52QBBTUAazVUGOr8oiCmYvlsbhivBtf8Gc3buJVeXHLuwTnxY3rG/AfJmVLlUZWLjwMDcCsND0tWaXetbkuXS1whH4qLXc8y01uu9xyNKhGwIDAQAB",
   "manifest_version": 3,
   "name": "Switch Workstation Tab Manager",
   "optional_permissions": [ "notifications" ],
   "permissions": [ "tabs", "storage", "unlimitedStorage", "management", "background", "history", "scripting", "contextMenus", "cookies", "webRequest" ],
   "short_name": "Switch",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "3.8.8",
   "web_accessible_resources": [ {
      "matches": [ "http://*/*", "https://*/*", "file://*/*" ],
      "resources": [ "dist/*", "vendor/*", "assets/*", "newtab.html", "spaces.html" ]
   } ]
}
