Examine source code of BandNames

Inspect and view changes in BandNames 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BandNames",
  "version": "1.0.4",
  "description": "Find a quick and hilarious new username for sites like Discord and Kahoot!",
  "manifest_version": 3,
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bandnames@gmail.com",
      "strict_min_version": "58.0"
    }
  },
  "action": {
    "default_popup": "/html/suggestionPopup.html",
    "default_icon": {
      "16": "/images/BandNames_16.png",
      "32": "/images/BandNames_32.png",
      "48": "/images/BandNames_48.png",
      "128": "/images/BandNames_128.png"
    }
  },
  "icons": {
    "16": "/images/BandNames_16.png",
    "32": "/images/BandNames_32.png",
    "48": "/images/BandNames_48.png",
    "128": "/images/BandNames_128.png"
  }
}