How To Be A Virtual Assistant

How To Be A Virtual Assistant

Will Get You ALL The Info

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "How To Be A Virtual Assistant",
  "description": "Will Get You ALL The Info",
  "version": "1.0",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "notifications",
    "gcm",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/config.js",
      "js/bgscript.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery.js",
        "js/jquery.velocity.min.js",
        "js/script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png"
  }
}