Live Cricket Score Bar

Live Cricket Score Bar

Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Live Cricket Score Bar",
  "short_name": "Live Score Bar",
  "description": "Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.",
  "manifest_version": 3,
  "version": "1.0.5",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery-3.4.1.js",
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end",
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "options_page": "options.html",
  "action": {
    "default_icon": {
      "16": "icon/16.png",
      "48": "icon/48.png",
      "128": "icon/128.png"
    },
    "default_title": "Live Score Bar",
    "default_popup": "popup.html"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}