Revolution New Tab

Revolution New Tab

Replaces the default new tab page with a better one.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Revolution New Tab",
  "description": "Replaces the default new tab page with a better one.",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "version": "1.12",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "css/img/icon16.png",
    "32": "css/img/icon32.png",
    "48": "css/img/icon48.png"
  }
}