CHI PR Reviewer Randomizer

CHI PR Reviewer Randomizer

Chooses Random Reviewers for your PR at Choice Hotels International

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "CHI-PRRR",
  "name": "CHI PR Reviewer Randomizer",
  "author": "Bill Bailey",
  "manifest_version": 2,
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "ch-logo-small-transparent.png",
    "default_popup": "index.html",
    "default_title": "CHI PR Reviewers"
  },
  "content_scripts": [
    {
      "matches": [
        "http://stash.chotel.com/*"
      ],
      "js": [
        "webpage.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'sha256-MuQ64Btp3e+hjgG2XFCJppg8tjeMC/0cPS99g02yicc='; object-src 'self'",
  "permissions": [
    "http://stash.chotel.com/*",
    "tabs",
    "storage",
    "webNavigation"
  ],
  "version": "1.1.3"
}