White Rabbit

White Rabbit

We recognise 100 000 films allowing you to pay filmmakers directly. If content is platform exclusive we’ll take you there to pay

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "White Rabbit",
  "description": "We recognise 100 000 films allowing you to pay filmmakers directly. If content is platform exclusive we’ll take you there to pay",
  "version": "2.37.0",
  "browser_action": {
    "default_icon": "icon-16.png"
  },
  "background": {
    "scripts": [
      "background/index.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "all_frames": true,
      "css": [
        "contentScript/index.css"
      ],
      "js": [
        "contentScript/index.js"
      ]
    }
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://connect.facebook.net https://facebook.com https://static.ads-twitter.com https://analytics.twitter.com http://t.co https://t.co; object-src 'self'"
}