Examine source code of X Label

Inspect and view changes in X Label source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "X Label",
  "version": "0.5",
  "description": "Adds a private labels to users in your X/Twitter feed.",
  "homepage_url": "https://github.com/maximal/x-label",
  "icons": {
    "32": "dist/assets/logo-32-BK1IEGjN.png",
    "64": "dist/assets/logo-64-BW7nvSR_.png",
    "96": "dist/assets/logo-96-BKdKLoop.png",
    "128": "dist/assets/logo-128-rwVVJOc9.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c2e4d769-f2ce-41a2-b776-17136044b007}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*",
        "*://*.twitter.com/*",
        "*://x.com/*",
        "*://*.x.com/*"
      ],
      "css": [
        "dist/assets/index-BiKHag6G.css"
      ],
      "js": [
        "dist/assets/index-mvta5GBJ.js"
      ]
    }
  ]
}