RetargetKit

RetargetKit

Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.",
  "version": "0.0.4",
  "manifest_version": 2,
  "name": "RetargetKit",
  "author": "RetargetKit",
  "homepage_url": "https://retargetkit.com",
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    "icon-128.png",
    "icon-34.png"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}