Scores by Hyperlog

Scores by Hyperlog

Scores by Hyperlog

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scores by Hyperlog",
  "description": "Scores by Hyperlog",
  "version": "0.0.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "https://score.hyperlog.io/*"
    ]
  }
}