Upscsearch

Upscsearch

Google Search any topic in context of UPSC exam by right click of mouse after selecting the text in any webpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Upscsearch",
  "version": "1.5",
  "description": "Google Search any topic in context of UPSC exam by right click of mouse after selecting the text in any webpage",
  "icons": {
    "48": "icons/upsc.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "upscsearch.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}