iTab

iTab

iTab-Redefine Your New Tab To embrace the beauty of nature, to feel the convenience of technology with iTab. iTab can make your…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "iTab",
  "version": "1.0.3",
  "description": "",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [],
  "background": {
    "service_worker": "background.js"
  }
}