V4G (Legacy)

V4G (Legacy)

Add authentic communication to Gmail via the Vereign service.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "V4G (Legacy)",
  "version": "1.1.8",
  "incognito": "not_allowed",
  "description": "Add authentic communication to Gmail via the Vereign service.",
  "author": "[email protected] <[email protected]>",
  "permissions": [
    "https://mail.google.com/",
    "https://inbox.google.com/",
    "https://mail-attachment.googleusercontent.com/",
    "https://*.vereign.com/vcl/js/client"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "js": [
        "inboxsdk.js",
        "index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/*.png",
    "images/*.svg"
  ],
  "icons": {
    "128": "images/vereign.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://apis.google.com https://*.vereign.com/api/js/client https://*.vereign.com/extension/chrome https://*.vereign.com:*; object-src 'self'"
}