Cats New Tab Page

Cats New Tab Page

Install Cats New Tab to get cool features, HD Cats wallpapers and eventually better browsing experience, make your Chrome awesome!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Install Cats New Tab to get cool features, HD Cats wallpapers and eventually better browsing experience, make your Chrome awesome!",
  "icons": {
    "128": "128-pics.png"
  },
  "default_locale": "en",
  "version": "2.2.7",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_localeTitle__",
  "chrome_url_overrides": {
    "newtab": "page.html"
  },
  "background": {
    "scripts": [
      "bg_js.js"
    ]
  },
  "browser_action": {
    "default_icon": "128-pics.png",
    "default_title": "Cats New Tab Page"
  },
  "short_name": "Cats New Tab Page",
  "permissions": [
    "alarms",
    "storage"
  ],
  "manifest_version": 2
}