Super Mouse

Super Mouse

Select Mouse Cursor of Your own choice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Super Mouse",
  "description": "Select Mouse Cursor of Your own choice.",
  "version": "1.8",
  "background": {
    "scripts": [
      "background.js",
      "jquery.min.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.min.js",
        "myscript.js"
      ]
    }
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "web_accessible_resources": [
    "lightbulb.png",
    "starp.png",
    "arrow.png",
    "star.png",
    "santa.png",
    "hand.png",
    "move.png",
    "select.png",
    "wink.png",
    "sad.png",
    "fav.png",
    "sleep.png",
    "cry.png",
    "sn.png",
    "g.png",
    "df.png",
    "lv.png",
    "bn.png",
    "cvv.png",
    "jh.png",
    "kl.png",
    "sd.png",
    "vb.png",
    "jhh.png"
  ]
}