Trustifi

Trustifi

This extension will allow you to easily use the Trustifi services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Trustifi",
  "short_name": "Trustifi",
  "description": "This extension will allow you to easily use the Trustifi services",
  "homepage_url": "https://trustifi.com",
  "version": "1.2.369",
  "icons": {
    "16": "images/Trustifi_LogoEnvelope-16x16.png",
    "64": "images/Trustifi_LogoEnvelope-64x64.png",
    "128": "images/Trustifi_LogoEnvelope-128x128.png"
  },
  "permissions": [
    "tabs",
    "background",
    "storage",
    "downloads",
    "identity"
  ],
  "host_permissions": [
    "https://*.google.com/",
    "https://*.googleusercontent.com/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/Trustifi_LogoEnvelope-16x16.png",
      "64": "images/Trustifi_LogoEnvelope-64x64.png",
      "128": "images/Trustifi_LogoEnvelope-128x128.png"
    },
    "default_title": "Trustifi"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": false
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkAgeZm2IQFciOThcXsCSWbW7ivFv0MBGjfOFBBQpAhBf6gw10KgSAgO7z3QGt+TbEPM9CqCo7avCfGhXw1x32CGeLXtiI4N7oFU/tNNux3O6ZQGr9mHBuc08AukQqsxxp4ToQ+8AIC6Ol+91W2Nr/gDTI9eAlbjtHRW+RIkuLHcO9AEgjzHrtni3WDh//Tcek9iHLavihYDvWKuU+foEfJEA0IpeAPB4cSoAOIdncgXK1aBpFTBQKSmpNLs+OVN849rLzS+RJ2exPA2H8cq43cTJx2Mjhp0S7GLfhaJG4G+sqg6/Oe3Wsvz/kyP8qbGV7Gl4lsfTrkAEXHdGCCRPgwIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}