Harajuku Counter

Harajuku Counter

Count Mouse Button Clicks with Harajuku Counter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "index.html"
  },
  "default_locale": "en",
  "description": "Count Mouse Button Clicks with Harajuku Counter",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "Harajuku Counter",
  "short_name": "Harajuku Counter",
  "version": "1.2.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}