yantre

yantre

Yet another new tab replacement extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "yantre",
  "description": "Yet another new tab replacement extension",
  "version": "1.0.6",
  "permissions": [
    "management",
    "storage",
    "https://mail.google.com/mail/feed/atom/",
    "https://accounts.google.com/ServiceLogin?service=mail&passive=true&rm=false&continue=https://mail.google.com/mail/"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  }
}