Socialpeeks Influencer Analyzer

Socialpeeks Influencer Analyzer

Own your influencer campaigns with Socialpeeks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Own your influencer campaigns with Socialpeeks",
  "version": "0.0.32",
  "manifest_version": 2,
  "name": "Socialpeeks Influencer Analyzer",
  "short_name": "Socialpeeks Influencer Analyzer",
  "options_page": "options.html",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "Socialpeeks",
    "default_popup": "popup.html"
  },
  "permissions": [
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "*://*.instagram.com/*",
    "*://localhost/*",
    "*://local.host/*",
    "*://*.socialpeeks.com/*",
    "*://*.mixpanel.com/*",
    "*://*.google-analytics.com/*",
    "storage",
    "tabs",
    "declarativeContent"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "*"
  ],
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "incognito": "split",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://use.fontawesome.com https://cdn4.mxpnl.com 'unsafe-eval'; object-src 'self'",
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://local.host/*"
    ]
  }
}