Tippy

Tippy

Is the order a new tab page?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tippy",
  "version": "0.8.5",
  "description": "Is the order a new tab page?",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "short_name": "Tippy",
  "permissions": [
    "sessions",
    "tabs",
    "http://localhost/",
    "http://*/*"
  ],
  "homepage_url": "https://github.com/dastardlylemon/tippy"
}