IG Toolkit Pro

IG Toolkit Pro

Organize your social media prospects and manage them with ease

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Organize your social media prospects and manage them with ease",
  "version": "1.0.3",
  "manifest_version": 3,
  "name": "IG Toolkit Pro",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.instagram.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.instagram.com/*",
        "https://*.cdninstagram.com/*",
        "https://*.fbcdn.net/*"
      ],
      "js": [
        "/assets/js/jquery.min.js",
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}