Keepface

Keepface

Analyze the influencers and find the best match for you and your product.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Keepface",
  "description": "Analyze the influencers and find the best match for you and your product.",
  "version": "1.0.3",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Analyze the influencer"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "content_scripts": [
    {
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "https://www.instagram.com/*/",
        "https://www.instagram.com/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "*://instagram.com/*"
  ],
  "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=';object-src 'self'"
}