XQ Secure Gmail

XQ Secure Gmail

Data protection and email security for professionals and businesses when collaborating with customers and suppliers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "XQ Secure Gmail",
  "description": "Data protection and email security for professionals and businesses when collaborating with customers and suppliers.",
  "version": "0.4.7.583",
  "icons": {
    "16": "[email protected]",
    "24": "[email protected]",
    "36": "[email protected]",
    "48": "[email protected]",
    "128": "[email protected]"
  },
  "short_name": "XQ Secure Gmail",
  "action": {
    "default_icon": "[email protected]",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "js": [
        "inboxsdk.js",
        "content.js"
      ],
      "css": [
        "main.css",
        "dialog.css"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "ic-dash-active.svg",
        "icon-lock.png",
        "[email protected]",
        "download.png",
        "pageWorld.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "background",
    "downloads",
    "storage",
    "management"
  ],
  "host_permissions": [
    "http://localhost/",
    "https://mail.google.com/",
    "https://inbox.google.com/",
    "https://mail-attachment.googleusercontent.com/"
  ],
  "manifest_version": 3
}