Sort the LinkedIn People You May Know page

Sort the LinkedIn People You May Know page

Icon to sort the LinkedIn People You May Know page by the # of shared connections most to least. Supports April 2019 site design

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sort the LinkedIn People You May Know page",
  "short_name": "Sort LinkedIn",
  "version": "2.6",
  "description": "Icon to sort the LinkedIn People You May Know page by the # of shared connections most to least. Supports April 2019 site design",
  "homepage_url": "https://www.linkedin.com/in/stevangelista/",
  "background": {
    "scripts": [
      "OnClicked_SortPYMK.js"
    ]
  },
  "browser_action": {
    "default_icon": "SortPYMK-16.png",
    "default_title": "Sort the LinkedIn People You May Know page"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "https://www.linkedin.com/*"
  ],
  "icons": {
    "16": "SortPYMK-16.png",
    "48": "SortPYMK-48.png",
    "128": "SortPYMK-128.png"
  }
}