Chat to the Max upgraded

Chat to the Max upgraded

Chat to the Max -- but better

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "64": "icons/64.png",
      "128": "icons/128.png"
    }
  },
  "content_scripts": [
    {
      "css": [
        "css/Jacqueb.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/Jacqueb.user.js"
      ],
      "matches": [
        "*://*/*",
        "https://cricket-sales-support.att.ada.support/*",
        "*://*.rackspace.com/*",
        "https://*.exceedlms.com/*",
        "http://*.c1.biz/*",
        "*://*.mobilelinkusa.com/*",
        "*://mobilelinkusa.com/*",
        "https://cricketshout.exceedlms.com/student/catalog/*",
        "http://cricketbatesvilleapp.c1.biz/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "Chat to the Max -- but better",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "Chat to the Max upgraded",
  "permissions": [
    "storage"
  ],
  "version": "1.0.8"
}