Take a Drake

Take a Drake

Tired ? Open a new tab, take a Drake :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Take a Drake",
  "manifest_version": 2,
  "version": "0.2",
  "description": "Tired ? Open a new tab, take a Drake :)",
  "icons": {
    "16": "cws assets/icon16.png",
    "48": "cws assets/icon48.png",
    "128": "cws assets/icon128.png"
  },
  "browser_action": {
    "default_title": "Tired ? Open a new tab, take a Drake :)"
  },
  "chrome_url_overrides": {
    "newtab": "src/tab/index.html"
  }
}