Spacebar Counter

Spacebar Counter

Space Bar Clicker | Press The Spacebar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "index.html"
  },
  "default_locale": "en",
  "description": "Space Bar Clicker | Press The Spacebar",
  "icons": {
    "19": "images/19.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "Spacebar Counter",
  "short_name": "Spacebar Counter",
  "version": "2.1.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}