Refined GitHub Notifications

Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Refined GitHub Notifications",
  "version": "0.1.3",
  "description": "Add UI improvements to the new GitHub Notifications page",
  "homepage_url": "https://github.com/giuseppeg/refined-twitter-lite",
  "manifest_version": 2,
  "minimum_chrome_version": "62",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://github.com/notifications",
        "https://github.com/notifications?*"
      ],
      "js": [
        "index.user.js"
      ],
      "css": [
        "index.css"
      ]
    }
  ]
}