Animals love Tab

Animals love Tab

Animals love Tab is a Chrome Extension for the New Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://animalslove.info/newtab/newtab.html"
      ],
      "css": [
        "shonir_analog_clock.css"
      ],
      "js": [
        "jquery.js",
        "shonir_analog_clock.js",
        "inject.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo.png",
      "32": "images/logo.png",
      "48": "images/logo.png",
      "128": "images/logo.png"
    }
  },
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.0.3"
}