The Bugs Bunny New Tab Theme

The Bugs Bunny New Tab Theme

The Bugs Bunny New Tab Extension brings a new look to your Chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.0.1",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "icons/icon48.png"
  },
  "chrome_url_overrides": {
    "newtab": "theme.html"
  },
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "scripts": [
      "js/the-bugs-bunny.js"
    ]
  }
}