Linkalyze

Linkalyze

LinkedIn Profile Analyzer and LinkedIn Posts notifications system.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Linkalyze",
  "version": "3.0.3",
  "description": "LinkedIn Profile Analyzer and LinkedIn Posts notifications system.",
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "alarms",
    "https://*.linkedin.com/",
    "https://linkalyze.app/*",
    "https://hooks.zapier.com/*",
    "https://wh.automate.io/*",
    "https://europe-west3-trendin-by-linkalyze.cloudfunctions.net/",
    "https://linkalyze.influence4you.com/*"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "externally_connectable": {
    "matches": [
      "https://trendin-by-linkalyze.web.app/*",
      "*://linkalyze.influence4you.com/*",
      "*://linkalyze.io/*",
      "*://linkalyze.app/*",
      "*://google.com/*"
    ]
  },
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://cdnjs.cloudflare.com; object-src 'self'",
  "web_accessible_resources": [
    "results.html"
  ]
}