Animated New Tabs

Animated New Tabs

Dozens of neat animations for your new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Animated New Tabs",
  "short_name": "Anim. New Tabs",
  "description": "Dozens of neat animations for your new tab page.",
  "version": "2.3.0",
  "author": "Drake Panzer",
  "homepage_url": "http://dpanzer.net",
  "icons": {
    "16": "dist/images/icons/icon16.png",
    "48": "dist/images/icons/icon48.png",
    "128": "dist/images/icons/icon128.png"
  },
  "background": {
    "scripts": [
      "dist/js/jquery.min.js",
      "dist/js/background.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "dist/html/override.html"
  },
  "options_page": "dist/options.html",
  "permissions": [
    "storage",
    "identity",
    "identity.email"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "dist/js/*",
    "dist/html/override.html",
    "dist/pens/*"
  ],
  "browser_action": {
    "default_popup": "dist/html/popup.html"
  },
  "offline_enabled": true,
  "manifest_version": 2
}