Linked Booster - Social Automation Tool

Linked Booster - Social Automation Tool

Automate, boost, manage your social selling and lead generation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "16.png"
    },
    "default_popup": "popup.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "https://www.linkedin.com/*",
    "storage",
    "unlimitedStorage",
    "webNavigation",
    "contextMenus"
  ],
  "optional_permissions": [
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "exclude_globs": [
        "*child_iframe=true*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "css": [
        "iframe.css"
      ],
      "js": [
        "iframe.js"
      ],
      "all_frames": true,
      "include_globs": [
        "*child_iframe=true*"
      ]
    }
  ],
  "web_accessible_resources": [
    "agent.js"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://cdnjs.cloudflare.com/ajax/libs/analytics.js https://d24n15hnbwhuhn.cloudfront.net 'unsafe-eval'; object-src 'self'",
  "version": "14.0.1",
  "version_name": "v14.0.1"
}