Examine source code of TLV Parser - BETA

Inspect and view changes in TLV Parser - BETA 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": "TLV Parser - BETA",
  "version": "5.0",
  "description": "THIS EXTENSION IS FOR BETA TESTING",
  "icons": {
    "16": "images/tlv16.png",
    "24": "images/tlv24.png",
    "32": "images/tlv32.png",
    "48": "images/tlv48.png",
    "128": "images/tlv128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": "images/tlv16.png",
    "default_popup": "popup.html"
  }
}