Second CLICK

Second CLICK

Clicking on mobile phone display or by the mouse and share your maximal speed score with others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.0.0.3resigned1",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "http://second-click.pekapps.cz/"
  ],
  "browser_action": {
    "default_title": "Second CLICK",
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{165a5c21-e334-4026-b308-9f88ab38d1c9}"
    }
  }
}