IMGoogle - Google Reverse Image Search

IMGoogle - Google Reverse Image Search

Google Reverse Image Search The only add-on in this category capable of searching local files from the computer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.9",
  "default_locale": "en",
  "homepage_url": "https://github.com/erosman/support",
  "author": "erosman",
  "icons": {
    "16": "image/icon.png",
    "32": "image/icon32.png",
    "48": "image/icon48.png",
    "64": "image/icon64.png",
    "128": "image/icon128.png"
  },
  "background": {
    "page": "content/background.html"
  },
  "options_ui": {
    "browser_style": true,
    "open_in_tab": true,
    "page": "content/options.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "image/icon.png",
    "default_title": "__MSG_extensionName__"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "cookies",
    "notifications",
    "storage",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "74.0"
    }
  }
}