Level Up for Leaders

Level Up for Leaders

View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Level Up for Leaders",
  "short_name": "Level Up",
  "version": "1.4",
  "manifest_version": 2,
  "description": "View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager.",
  "background": {
    "scripts": [
      "jquery.min.js",
      "jquery-ui.min.js",
      "script.js"
    ],
    "persistent": true
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_title": "Level Up"
  },
  "chrome_url_overrides": {
    "newtab": "levelup.html"
  },
  "web_accessible_resources": [
    "icon.png"
  ]
}