IT New Tab

IT New Tab

Lightweight and fast optimized new tab page for your browser, design is very human

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "32": "icons/icon32.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "chrome_url_overrides": {
    "newtab": ".//index.html"
  },
  "background": {
    "service_worker": ".//js/background.js"
  },
  "manifest_version": 3,
  "name": "IT New Tab",
  "short_name": "IT",
  "description": "Lightweight and fast optimized new tab page for your browser, design is very human",
  "permissions": [],
  "version": "1.1.2"
}