Sparkles

Sparkles

Sparkles at you fingertips.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sparkles",
  "version": "1.1",
  "description": "Sparkles at you fingertips.",
  "icons": {
    "48": "icons/sparkly-48.png",
    "64": "icons/sparkly-64.png",
    "96": "icons/sparkly-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sparkly.js"
      ]
    }
  ]
}