Raise - GitHub Trending

GitHub Trending at a glance
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Raise - GitHub Trending",
  "description": "GitHub Trending at a glance",
  "version": "1.2.0",
  "manifest_version": 3,
  "permissions": [],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/static/16.png",
      "32": "/static/32.png",
      "48": "/static/48.png",
      "128": "/static/128.png"
    }
  },
  "icons": {
    "16": "/static/16.png",
    "32": "/static/32.png",
    "48": "/static/48.png",
    "128": "/static/128.png"
  }
}