Examine source code of Short Gmail Labels

Inspect and view changes in Short Gmail Labels 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": "Short Gmail Labels",
  "version": "1.0.3",
  "description": "Shorten your Gmail labels so parent labels are not displayed.",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png"
  },
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "*://mail.google.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  }
}