FixHQ - PlayHQ Cricket Helper

FixHQ - PlayHQ Cricket Helper

A chrome extension to make PlayHQ work for cricket scorers and managers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A chrome extension to make PlayHQ work for cricket scorers and managers.",
  "version": "0.1.1",
  "manifest_version": 3,
  "name": "FixHQ - PlayHQ Cricket Helper",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "icon-34.png"
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ],
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus"
  ]
}