Recon

Recon

This is a tool that provides various options for advance and versatile search.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Recon",
  "description": "This is a tool that provides various options for advance and versatile search.",
  "homepage_url": "https://github.com/aditya12anand/Recon",
  "version": "1.9",
  "icons": {
    "48": "icons/recon-48.png",
    "96": "icons/recon-96.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background_chrome.js"
    ]
  }
}