animatedTabs - a new gif on every new tab.

animatedTabs - a new gif on every new tab.

Discover a new gif every time you open a new tab. Never miss a gif again!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "version": "1.4.5",
  "manifest_version": 2,
  "short_name": "animated Tabs",
  "description": "__MSG_application_description__",
  "homepage_url": "http://www.animatedTabs.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "version.js"
  ],
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://suggestqueries.google.com; object-src 'self'"
}