Get your Linkedin family on Coffeee.io

Get your Linkedin family on Coffeee.io

Get your Linkedin family on Coffeee.io

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Get your Linkedin family on Coffeee.io",
  "version": "1.3",
  "description": "Get your Linkedin family on Coffeee.io",
  "host_permissions": [
    "*://*.linkedin.com/*",
    "*://*.coffeee.io/*"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "public/*",
        "all-users-coffeee.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "cookies"
  ],
  "icons": {
    "16": "icons/16X16.png",
    "32": "icons/32X32.png",
    "48": "icons/48X48.png",
    "128": "icons/128X128.png"
  }
}