Change Cursor

Change Cursor

Awesome and unusual cursors

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "description": "Awesome and unusual cursors",
  "version": "1.5",
  "background": {
    "scripts": [
      "./js/koloso.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Curzorro",
    "default_icon": {
      "128": "sty/curs.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "128": "sty/curs.png"
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "sty/doro.json"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/karab.js"
      ]
    }
  ]
}