LinkedRadar Notifier For LinkedIn™

LinkedRadar Notifier For LinkedIn™

Convenient to get the real-time activity from linkedin.com, including Network, Messages and Notifications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.0.3",
  "permissions": [
    "activeTab",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://*.linkedin.com/*",
    "*://*.linkedradar.com/*",
    "*://linkedradar.com/*"
  ],
  "icons": {
    "128": "icons/li-icon.png"
  },
  "action": {
    "default_icon": {
      "128": "icons/li-icon.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://*.linkedin.com/*",
        "*://*.linkedradar.com/*",
        "*://linkedradar.com/*"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}