Github CSV Diff

Github CSV Diff

Show CSV diffs on GitHub to enhance review experience

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Github CSV Diff",
  "homepage_url": "https://github.com/wy-z/github-csv-diff",
  "description": "Show CSV diffs on GitHub to enhance review experience",
  "version": "1.0.2",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  }
}