Brooklyn Nine Nine Theme

Brooklyn Nine Nine Theme

Cool Cool Cool Cool Cool Cool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.1",
  "description": "Cool Cool Cool Cool Cool Cool",
  "name": "Brooklyn Nine Nine Theme",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "B99"
  },
  "permissions": [
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "icons": {
    "64": "smallIcon.png",
    "128": "icon.png"
  },
  "incognito": "split"
}