LinkedBoost

LinkedBoost

Boost your LinkedIn posts and articles with real likes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LinkedBoost",
  "description": "Boost your LinkedIn posts and articles with real likes.",
  "version": "1.3.1",
  "browser_action": {
    "default_icon": "[email protected]",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "[email protected]",
    "48": "[email protected]",
    "128": "[email protected]"
  },
  "permissions": [
    "background",
    "storage",
    "cookies",
    "*://*.linkedin.com/*"
  ]
}