Cute Cursors - Big Collection Cursors

Cute Cursors - Big Collection Cursors

Replaces default cursor with something cute. Change cursor the usual mouse to an amazing cute cursor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "32": "assets/icons/32.png",
      "64": "assets/icons/64.png",
      "128": "assets/icons/128.png",
      "256": "assets/icons/256.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_default_title__"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "app.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "*://*.cutecursors.com/*"
    ]
  },
  "icons": {
    "32": "assets/icons/32.png",
    "64": "assets/icons/64.png",
    "128": "assets/icons/128.png",
    "256": "assets/icons/256.png"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwjQosKTBUK3cnbnsxVFCqfFPTvXoezN1RePPGvUecHXPh2h0qiWRkLnAs2/3Z8ZtnWn7UsJaJLYWxwOGZngzIq7VWu/Px/cWf6ZEnFVjSQhAGgiAnfj3b0dqtNDBe9zNUK/36L9NOUEssdQO3oc2R6pQUb293wxD+E5OG3kInrLmpZyOA77xtJq42OHToLtPVNLpOD44Jvk2ZWjllc9W2rY4wsXOcvzijfa8HyBK0Z5bnMlpVBzdh+gfz8ha9dRdSCV+NUeHgWVRxTk6HjwPVqtQgLn7XXq5IE8+A/R88vcySiAZBqHtcaOs1fSBnTxGsIExhDuNv80X5FN77o25+QIDAQAB",
  "manifest_version": 3,
  "name": "Cute Cursors - Big Collection Cursors",
  "permissions": [
    "storage",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.8",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}