GMail Label Switch Shortcuts Firefox

Examine source code of GMail Label Switch Shortcuts

Inspect and view changes in GMail Label Switch Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GMail Label Switch Shortcuts",
  "short_name": "GMail Label Keys",
  "author": "Michael Sloan",
  "description": "Adds keyboard shortcuts to GMail that select next and previous labels.",
  "version": "6",
  "homepage_url": "https://github.com/mgsloan/gmail-label-switch-shortcuts",
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "gmail-label-switch-shortcuts.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "128": "icon128.png"
    }
  },
  "content_security_policy": {
    "script-src": "'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f68acaa5-759e-4fcb-ad68-e4c2751857dd}",
      "strict_min_version": "109.0"
    }
  },
  "manifest_version": 3
}

Best GMail Label Switch Shortcuts Alternatives

Here are some Firefox add-ons that are similar to GMail Label Switch Shortcuts: