Examine source code of Google Maps Toolbar Button

Inspect and view changes in Google Maps Toolbar Button 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
{
  "name": "Google Maps Separate Search Button",
  "description": "Button to go directly to Google Maps search results.",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "96": "images/96.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "64": "images/64.png",
      "96": "images/96.png",
      "128": "images/128.png"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens search popup"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0cf7bd0f-bac3-485f-bdfb-62a82e409f03}"
    }
  }
}