Examine source code of WTM Random Letter Picker

Inspect and view changes in WTM Random Letter Picker 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": 3,
  "name": "WTM Random Letter Picker",
  "version": "1.0",
  "description": "A simple and easy-to-use Random Letter Picker extension.",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/images/icon-16.png",
    "32": "assets/images/icon-32.png",
    "48": "assets/images/icon-48.png",
    "128": "assets/images/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "wtmrandomletterpicker_webmateapp@gmail.com"
    }
  }
}