{
   "action": {
      "default_icon": {
         "128": "images/icon-128.png",
         "16": "images/icon-16.png",
         "19": "images/icon-19.png",
         "32": "images/icon-32.png",
         "38": "images/icon-38.png",
         "512": "images/icon-512.png",
         "64": "images/icon-64.png"
      },
      "default_popup": "popup-init.html",
      "default_title": "MetaMask"
   },
   "author": "https://metamask.io",
   "background": {
      "service_worker": "service-worker.js"
   },
   "commands": {
      "_execute_action": {
         "suggested_key": {
            "chromeos": "Alt+Shift+M",
            "default": "Alt+Shift+M",
            "linux": "Alt+Shift+M",
            "mac": "Alt+Shift+M",
            "windows": "Alt+Shift+M"
         }
      },
      "_execute_browser_action": {
         "suggested_key": {
            "chromeos": "Alt+Shift+M",
            "linux": "Alt+Shift+M",
            "mac": "Alt+Shift+M",
            "windows": "Alt+Shift+M"
         }
      }
   },
   "content_scripts": [ {
      "all_frames": true,
      "js": [ "scripts/contentscript.js" ],
      "matches": [ "file://*/*", "http://*/*", "https://*/*" ],
      "run_at": "document_start"
   }, {
      "all_frames": true,
      "js": [ "scripts/inpage.js" ],
      "matches": [ "file://*/*", "http://*/*", "https://*/*" ],
      "run_at": "document_start",
      "world": "MAIN"
   }, {
      "js": [ "vendor/trezor/content-script.js" ],
      "matches": [ "*://connect.trezor.io/*/popup.html*" ]
   } ],
   "content_security_policy": {
      "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; frame-ancestors 'none'; font-src 'self';",
      "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval'; object-src 'none'; default-src 'none'; connect-src *; font-src 'self';"
   },
   "cross_origin_opener_policy": {
      "value": "same-origin-allow-popups"
   },
   "default_locale": "en",
   "description": "__MSG_appDescription__",
   "externally_connectable": {
      "ids": [ "*" ],
      "matches": [ "http://*/*", "https://*/*" ]
   },
   "host_permissions": [ "http://localhost:8545/", "file://*/*", "http://*/*", "https://*/*", "ws://*/*", "wss://*/*" ],
   "icons": {
      "128": "images/icon-128.png",
      "16": "images/icon-16.png",
      "19": "images/icon-19.png",
      "32": "images/icon-32.png",
      "38": "images/icon-38.png",
      "48": "images/icon-48.png",
      "512": "images/icon-512.png",
      "64": "images/icon-64.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlcgI4VVL4JUvo6hlSgeCZp9mGltZrzFvc2Asqzb1dDGO9baoYOe+QRoh27/YyVXugxni480Q/R147INhBOyQZVMhZOD5pFMVutia9MHMaZhgRXzrK3BHtNSkKLL1c5mhutQNwiLqLtFkMSGvka91LoMEC8WTI0wi4tACnJ5FyFZQYzvtqy5sXo3VS3gzfOBluLKi7BxYcaUJjNrhOIxl1xL2qgK5lDrDOLKcbaurDiwqofVtAFOL5sM3uJ6D8nOO9tG+T7hoobRFN+nxk43PHgCv4poicOv+NMZQEk3da1m/xfuzXV88NcE/YRbRLwAS82m3gsJZKc6mLqm4wZHzBwIDAQAB",
   "manifest_version": 3,
   "minimum_chrome_version": "115",
   "name": "__MSG_appName__",
   "optional_permissions": [ "clipboardRead" ],
   "permissions": [ "activeTab", "alarms", "clipboardWrite", "notifications", "scripting", "storage", "unlimitedStorage", "webRequest", "offscreen", "identity", "sidePanel", "cookies" ],
   "sandbox": {
      "pages": [ "snaps/index.html" ]
   },
   "short_name": "__MSG_appName__",
   "side_panel": {
      "default_path": "sidepanel.html"
   },
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "13.34.1.0",
   "version_name": "13.34.1"
}
