Overhaul

Overhaul

Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Overhaul",
  "version": "0.0.2",
  "description": "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look",
  "content_scripts": [
    {
      "matches": [
        "*://www.nairaland.com/*"
      ],
      "js": [
        "./bundle.js"
      ],
      "css": [
        "./init.css"
      ]
    }
  ],
  "icons": {
    "16": "./temp-logo.png",
    "32": "./temp-logo.png",
    "64": "./temp-logo.png",
    "128": "./temp-logo.png"
  }
}