Cute Cats & Kittens Full HD New Tab

Cute Cats & Kittens Full HD New Tab

Replace new tab with custom page, featuring Nezuko hd wallpapers Cute Cats & Kittens

Additional files are visible only to premium users

manifest.json


{
  "version": "0.0.8",
  "default_locale": "en",
  "icons": {
    "48": "icn/ic48.png",
    "128": "icn/ic128.png"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "icn/ic48.png"
  },
  "chrome_url_overrides": {
    "newtab": "sigma.html"
  },
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "scripts": [
      "js/cute-cats-kittens.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://use.fontawesome.com https://stackpath.bootstrapcdn.com https://cdnjs.cloudflare.com; object-src 'self'"
}