Mini Cursor Follower

Mini Cursor Follower

a simple cursor animation whenever you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Mini Cursor Follower",
  "description": "a simple cursor animation whenever you open a new tab",
  "version": "1.2",
  "icons": {
    "16": "i/icon16.png",
    "48": "i/icon48.png",
    "128": "i/icon128.png"
  },
  "action": {
    "default_icon": "i/icon48.png"
  },
  "chrome_url_overrides": {
    "newtab": "html/newtab.html"
  }
}