Cursor Space for Chrome

Cursor Space for Chrome

Fun mouse cursors for your browser. Enjoy a large collection of custom and animated cursors

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "64": "assets/icons/icon64.png",
      "96": "assets/icons/icon96.png",
      "128": "assets/icons/icon128.png",
      "256": "assets/icons/icon256.png"
    },
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "service.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "pa.js"
      ],
      "matches": [
        "*://*.custom-cursor.com/*",
        "*://*.cute-cursors.com/*",
        "*://*.cursorstore.com/*",
        "*://*.sweezy-cursors.com/*",
        "*://*.cutecursors.com/*",
        "*://*.rw-designer.com/*",
        "*://*.cursors-4u.com/*",
        "*://*.cursor.cc/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "externally_connectable": {
    "matches": [
      "*://*.cursor-space.com/*"
    ]
  },
  "icons": {
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "64": "assets/icons/icon64.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png",
    "256": "assets/icons/icon256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmIVtZ18Rbde/kOa2915yDdQa/C030ukXlpqv5aZCMb7EnDSNaYkisx5lEurDT7c0iV2AEkB6zfwDALKKpLW06TE0YsLg/J5Tc3l+4dy7d85PxQr1brXsPBKx+Q4qp+BGUDEyrNEVpZUl5WWUKqpWIHAJ9RmlGhb7wa2rAs/LfdkMa+vnaLCuSHXbUUn/p4FMc5TY4uPFjHt65cd9GL5hAYHpxbkBWt5JfW5xblQ2oK3RqKjGBAWlkIK0MaHBICMT1j5/zhLN/Z2rnXhcO9VONZkLKY6HwOs8wNRgU6/IR7LzC1hqBLy2S+/KR9SMbIbx21pXMJiqtzjpAyFl5IrbeQIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "permissions": [
    "scripting",
    "storage",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.5",
  "version_name": "2.0.5",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/*.*",
        "libs/*.*"
      ]
    }
  ]
}