ProTop

ProTop

Extension for visiting linkedin profiles for enhanced engagement from target profiles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "PropTop"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "jquery-3.1.0.min.js",
        "main.js"
      ],
      "matches": [
        "https://www.linkedin.com/vsearch/*",
        "https://www.linkedin.com/*"
      ]
    }
  ],
  "description": "Extension for visiting linkedin profiles for enhanced engagement from target profiles",
  "devtools_page": "devtools.html",
  "homepage_url": "https://protop.co",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtIeL8HeztvMHBHYo1QBVl4DBW5TkH/ZxFV/V5wOhkRjPnfl9ijaq2eELQlqccR+Z8STCzGWG7UYNfeaKwVZcJuyfc82Y7V3rt7DEQL/z3uaBxlVNCZ6uspPbp3pL02j4d9GgMXgQ+Tp2wLZKJOuw3e01EJOrF1yaYIOhFnnfharz1sBgoP+YhxyoLrF6fZiUUCeHN64kWTJpHcZXGRvhLmk3wc5fSYNPXY4uzDdmpuMfLpKXK53Ra0i8yzp/I1s9U7VxJI4THudaGI/nu8kLX3lw54LkGG7nIyqa/Qc10LDBZbnTv4Kz6gflQD3MKeDVnhVozsb/nH62STAj/Tlb0QIDAQAB",
  "manifest_version": 2,
  "name": "ProTop",
  "options_page": "settings.html",
  "permissions": [
    "activeTab",
    "alarms",
    "contextMenus",
    "file:///*",
    "http://*/*",
    "https://*/*",
    "https://www.linkedin.com/search/results*",
    "https://www.linkedin.com/vsearch/*",
    "idle",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.4",
  "web_accessible_resources": [
    "Resourse/loading.gif"
  ]
}