Examine source code of Advanced Image Search with Google Images

Inspect and view changes in Advanced Image Search with Google Images 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": "Advanced Image Search",
  "short_name": "Advanced Image Search",
  "version": "1.2.1",
  "description": "Tiny extension to construct a URL for an advanced Google Images search.",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon128.png"
  }
}