{
   "action": {
      "default_popup": "dist/index.html",
      "default_title": "Reverso Context"
   },
   "author": "Softissimo Inc.",
   "background": {
      "service_worker": "dist/worker.bundle.js",
      "type": "module"
   },
   "content_scripts": [ {
      "all_frames": false,
      "css": [ "dist/content-script.bundle.css" ],
      "js": [ "dist/preload-content-script.bundle.js" ],
      "match_about_blank": true,
      "matches": [ "http://*/*", "https://*/*", "ftp://*/*", "file://*/*" ],
      "run_at": "document_end"
   } ],
   "content_security_policy": {
      "extension_page": "script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'; object-src 'self'",
      "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'",
      "worker-src": "script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'"
   },
   "default_locale": "en",
   "description": "__MSG_appDesc__",
   "file_browser_handlers": [ {
      "default_title": "Open with PDF Viewer",
      "file_filters": [ "filesystem:*.pdf" ],
      "id": "open-as-pdf"
   } ],
   "homepage_url": "https://context.reverso.net/",
   "host_permissions": [ "*://*/*", "https://cps.reverso.net/" ],
   "icons": {
      "128": "dist/assets/images/reverso-logo.png",
      "16": "dist/assets/images/reverso-logo16x16.png",
      "32": "dist/assets/images/reverso-logo32x32.png",
      "48": "dist/assets/images/reverso-logo48x48.png",
      "65": "dist/assets/images/reverso-logo.png"
   },
   "incognito": "split",
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhakIKB30Ppx8tdoDAhCCL5mr6G9/Waw2wAXQo6oZCz0vQ/b3sPmxA8uLYgF5rGvlbDcWhfPgNxw3OQ8KBqO0YsJU05pLPhdFmO+V1KA6a34Cy6Ge/Xx93SgsTpZDPApI3SlQYokhIR3TPgy74HJHtyfdUVB2YJmX6n1fWCImMV16OxHaTdbfo1aAIgX/XTyiaIEqL717pwyJeEQxC5lD+XEYOenbMbII2XSzFn2bq8ih7BF/RpE28lXBysipY13OlX+87IvoEVCRCtqYbHVla8nBBcMCPmAEcx1FnueQGw3d0RdFUQfbMhScsDEY3NbfBAPaTjtnp5/9hxD6L3WfKQIDAQAB",
   "manifest_version": 3,
   "name": "__MSG_appTitle__",
   "options_page": "dist/index.html?navigateTo=options",
   "permissions": [ "tabs", "contextMenus", "background", "notifications", "cookies", "storage" ],
   "short_name": "Reverso Context",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "3.10.373",
   "web_accessible_resources": [ {
      "matches": [ "*://*/*", "http://*/*", "https://*/*", "ftp://*/*", "file://*/*", "chrome-extension://*/*" ],
      "resources": [ "reverso-pop-up/*", "dist/assets*/*", "dist/subtitles-modal/*", "dist/quick-control-panel/*", "dist/extension-promo/*", "dist/index.html", "content/web/viewer.html", "dist/page-bar.html", "dist/contentStyles.css", "dist/content-script.bundle.js", "dist/preload-content-script.bundle.js" ]
   }, {
      "matches": [ "*://*/*", "\u003Call_urls>" ],
      "resources": [ "dist/content-script.bundle.js" ]
   } ]
}
