Gerrit Plus - UI fixes for PolyGerrit UI

Gerrit Plus - UI fixes for PolyGerrit UI

Use Gerrit with a better UI styling for a better work experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gerrit Plus - UI fixes for PolyGerrit UI",
  "short_name": "GerritPlus",
  "version": "1.0.0",
  "description": "Use Gerrit with a better UI styling for a better work experience",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "http://gerrit.mazemap.com/*",
        "https://gerrit.mazemap.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16w.png",
    "48": "icons/icon48w.png",
    "128": "icons/icon128w.png"
  }
}