Github PRs

Github PRs

PRs can't wait

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 PRs",
  "description": "PRs can't wait",
  "version": "0.0.1",
  "icons": {
    "16": "16.2b791771.png",
    "128": "128.86197730.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.3b37159b.js"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.95983ecc.html"
  }
}