ProUphelper

ProUphelper

Checking job info on upwork has never been so easy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "https://www.upwork.com/*"
      ],
      "js": [
        "js/jquery-1.12.4.js",
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "img/uphelper_16.png",
    "48": "img/uphelper_48.png",
    "128": "img/uphelper_128.png"
  },
  "browser_action": {
    "default_icon": "img/uphelper_48.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "*://www.prouphelper.com/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.prouphelper.com; object-src 'self'",
  "manifest_version": 2,
  "name": "ProUphelper",
  "description": "Checking job info on upwork has never been so easy!",
  "version": "0.1"
}