SearchShot - Full Webpage Screenshot

SearchShot - Full Webpage Screenshot

Search web with our world class search engine powered by bing & take full webpage screenshot if you find info useful

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "SearchShot",
  "name": "SearchShot - Full Webpage Screenshot",
  "manifest_version": 3,
  "description": "Search web with our world class search engine powered by bing & take full webpage screenshot if you find info useful",
  "version": "1.2",
  "action": {
    "default_popup": "index.html",
    "default_title": "SearchShot",
    "default_icon": "logo192.png"
  },
  "permissions": [
    "tabs"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Web",
      "keyword": "web search",
      "search_url": "https://paintsearch.chromecrxstore.com/?q={searchTerms}",
      "favicon_url": "https://paintsearch.chromecrxstore.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}