Cinemetrics Measurement Tool

Cinemetrics Measurement Tool

The Cinemetrics Measurement Tool records data to analyze movies and publishes the gathered data for everyone to access.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Cinemetrics Measurement Tool",
  "version": "1.1.5",
  "description": "The Cinemetrics Measurement Tool records data to analyze movies and publishes the gathered data for everyone to access.",
  "homepage_url": "https://cinemetrics.uchicago.edu",
  "author": {
    "email": "[email protected]"
  },
  "action": {
    "default_icon": "./images/cinemetrics-icon.png"
  },
  "icons": {
    "16": "./images/cinemetrics-icon.png",
    "48": "./images/cinemetrics-48.png",
    "128": "./images/cinemetrics-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "static/*",
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals allow-downloads; script-src 'self' 'unsafe-eval' 'unsafe-inline' blob:; object-src 'self'; default-src 'self' 'unsafe-inline' 'unsafe-eval' blob:; worker-src blob:; media-src 'self' blob:; font-src 'self' data:; img-src 'self' blob: data:; connect-src https://ochre.lib.uchicago.edu/ochre https://cinemetrics.uchicago.edu/movie;"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArsFtqjaACId5s509HbJn/3Yej4VYQICqyF394jTC29hjd5G2O6Y9DFFORbuw+rmGxJRmVZX9/JWvIA/BQz2lAhmgeunzR9dOnM4lhzGQ/xadxM/FumuUqt1AURv7ufu+CV4yTorUWWvPZ4/8xj4rnCx97c67KB0+rSqDVrw4/o1RoUB/wuke9RvvJk1sOKVFKH1aDF5EM89LoxIn/j4bcuQlR4k1sQ0ZwynvIZFdm8Qnbjt2+z8ED8rfutJ4ONme9gOZqiCGuKFs9mWMaNahMQFD0tO/vRnqPEf4zSqu9U6en7Q/AfOUE6KIzq+0mpbHUyULva3gPa5VlWquFT60jwIDAQAB"
}