Github PR Tracker

Github PR Tracker

Better track Github PRs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Github PR Tracker",
  "version": "1.0.15",
  "description": "Better track Github PRs",
  "permissions": [
    "alarms",
    "storage"
  ],
  "background": {
    "service_worker": "./background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "index.html#popup"
  },
  "icons": {
    "48": "images/logo48.png",
    "96": "images/logo96.png",
    "128": "images/logo128.png",
    "256": "images/logo256.png"
  }
}