prv-ep-chrome_dev_v1.3.14_7ce40d31

prv-ep-chrome_dev_v1.3.14_7ce40d31

develop branch on -dev

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "prv-ep-chrome_dev_v1.3.14_7ce40d31",
  "version": "1.3.14",
  "description": "develop branch on -dev",
  "action": {
    "default_icon": {
      "128": "./assets/p-icon-128.png"
    },
    "default_popup": "./dist/popup/index.html"
  },
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "./dist/background/index.js",
    "type": "module"
  },
  "icons": {
    "128": "./assets/p-icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "declarativeContent"
  ],
  "host_permissions": [
    "https://mail.google.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "./dist/contentScripts/index.global.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/contentScripts/style.css"
      ],
      "matches": [
        "https://*/*"
      ]
    },
    {
      "resources": [
        "dist/options/index.html"
      ],
      "matches": [
        "https://preava-prevent-dev.us.auth0.com/*",
        "https://accounts.google.com/*"
      ]
    },
    {
      "resources": [
        "config/auth0.json",
        "config/chrome.json"
      ],
      "matches": [
        "chrome-extension://hpopodclgnpbkanlgdjhofidggpikbdm/*"
      ]
    },
    {
      "resources": [
        "config/auth0.json"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgHCeyG5v2HqJhfd1ydJfBxGecutuHW3cb1jyz0PW8IiaZBcHurcjbYBsVMHIdBcPy2UzIlhenhm53xJj9USbaGfKIBJN+ifzW4ISEtLtNEthUVXNZxVpUUe9bHb8N7/iMenwlRXOpgovcDjwTLQkEVU+uKXswhKc7lkfgH/aWwGiUNJs0UeiAZ5rNQAtmQRdD87R6ExKE4Ny1bHyStcc2dLko42YlHkqacrV3ChuwJdbK7jMXBXbVA/a2LkvqhDDP3OKaMYT6oElSIVsDNwe9/5fZf1eAi0mlCP+N3enIqye4u5RrVJ3xdXz7t/vSj064cFVc64cDRLAm1YSR+8lGQIDAQAB"
}