Collective Voice LinkIt

Collective Voice LinkIt

Easily create monetized links while browsing any of the Collective-supported retailer websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Collective Voice LinkIt",
  "short_name": "LinkIt",
  "version": "0.3.0",
  "description": "Easily create monetized links while browsing any of the Collective-supported retailer websites.",
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": {
      "19": "img/icon-48.png",
      "38": "img/icon-48.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/linkit.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}