Chevronne Vici Box

Chevronne Vici Box

Chevronne Vicidial Container

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chevronne Vici Box",
  "description": "Chevronne Vicidial Container",
  "version": "1.7",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "background"
  ],
  "browser_action": {
    "default_title": "Chevronne Vici Box",
    "default_icon": "logo_chev1.png",
    "default_popup": "ViciBox.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.studyideas.com/*",
        "*://*.careeroverseas.com/*",
        "*://*.opulentian.com/*",
        "*://*.connect2mv.com/*",
        "*://*.zentora.com/*",
        "*://*.othervisas.com/*",
        "*://*.migrationideas.com/*"
      ],
      "js": [
        "communicator.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.studyideas.com/*",
      "*://*.careeroverseas.com/*",
      "*://*.opulentian.com/*",
      "*://*.connect2mv.com/*",
      "*://*.zentora.com/*",
      "*://*.othervisas.com/*",
      "*://*.migrationideas.com/*"
    ]
  },
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2
}