Staffbase Email

Staffbase Email

Create and measure engaging employee newsletters with Staffbase Email.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Staffbase Email",
  "version": "5.5.1",
  "description": "Create and measure engaging employee newsletters with Staffbase Email.",
  "homepage_url": "https://staffbase.com",
  "short_name": "Staffbase",
  "background": {
    "service_worker": "serviceWorker.build.js"
  },
  "permissions": [
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://mail.google.com/*",
        "https://mail.google.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.build.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "https://*.googleusercontent.com/*",
    "https://*.bananatag.com/*",
    "https://mail.google.com/*",
    "http://mail.google.com/*",
    "https://*.datadoghq.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "images/icons/*",
        "inject.build.js",
        "frame.html",
        "MaterialIcons-Regular.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "48": "images/sb-icon-48.png",
    "128": "images/sb-icon-128.png"
  },
  "manifest_version": 3
}