MediaMath Data Segments

MediaMath Data Segments

Shows pixel loads and uniques in MediaMath TerminalOne Platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MediaMath Data Segments",
  "description": "Shows pixel loads and uniques in MediaMath TerminalOne Platform",
  "version": "0.0.9",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "static/T1-48.png"
  },
  "icons": {
    "16": "static/T1-16.png",
    "48": "static/T1-48.png",
    "128": "static/T1-128.png"
  },
  "permissions": [
    "cookies",
    "*://t1.mediamath.com/*",
    "*://techsol.mediamath.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://cdnjs.cloudflare.com 'sha256-H3rwg6USDIE9toN0Q91QBKDmog9o2h2DBL/6LQgaOdQ='; object-src 'self'"
}