Texture Cursors - Mouse Cursors

Texture Cursors - Mouse Cursors

Charming cursor pack featuring various textures. This collection includes 10 custom cursors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "32": "/icons/icon-32.png",
      "64": "/icons/icon-64.png",
      "128": "/icons/icon-128.png",
      "256": "/icons/icon-256.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_name__",
    "name": "__MSG_name__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "*://*.cusmize.com/*",
      "*://*.cursor-space.com/*"
    ]
  },
  "icons": {
    "32": "/icons/icon-32.png",
    "64": "/icons/icon-64.png",
    "128": "/icons/icon-128.png",
    "256": "/icons/icon-256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnoJvOCtEdoeRjgxfsInnOcP+4wcItPyYywxYY1INct5ToLkO5lMk0kDZZWktPtddvx7G2auk5Y13qfZl0YnExi3I/+KIin/BxkMR6HIj5M01G0i87T2gN2E/7frtmNrrOfkHErotJHDIEegq/WbOXBifE83bxt8q+30Jgw+XlRwGkZRl/YFRohY+ihKAnbhy6VWuDXZfAx00vYY7fr31Z2cNwg6MtP5z5T2Al1/f1jzw7DrdNcClTXSg/3UccHRyIwP/L2JyOh9pTUbWxHb3N5cXWQMzQ0iewHpdvgJri/hOwMgSDXUqMiKjLVmwkKeyXPF9InOGDAok0WuxLQs70wIDAQAB",
  "manifest_version": 3,
  "name": "Texture Cursors - Mouse Cursors",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.6"
}