Gmail Sidebar & Search Firefox

Examine source code of Gmail Sidebar & Search

Inspect and view changes in Gmail Sidebar & Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.0",
  "default_locale": "en",
  "homepage_url": "https://linktr.ee/jusore",
  "browser_specific_settings": {
    "gecko": {
      "id": "{40b6ae83-cda9-48b6-bf20-74197b59f354}",
      "strict_min_version": "73.0"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Gmail",
      "search_url": "https://mail.google.com/mail/u/0/?hl=es&tab=wm#search/{searchTerms}",
      "keyword": "@gmail",
      "favicon_url": "icons/icon512.svg",
      "is_default": false,
      "encoding": "UTF-8"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "512": "icons/icon512.svg"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "sidebar_action": {
    "default_icon": {
      "512": "icons/icon512.svg"
    },
    "default_title": "Gmail",
    "browser_style": false,
    "default_panel": "index.html"
  },
  "browser_action": {
    "default_icon": {
      "512": "icons/icon512.svg"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/mail/mu/mp/561/*"
      ],
      "css": [
        "css/styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "*://mail.google.com/mail/mu/mp/561/*"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+Z"
      }
    }
  }
}

Best Gmail Sidebar & Search Alternatives

Here are some Firefox add-ons that are similar to Gmail Sidebar & Search: