SearchShot - Full Webpage Screenshot

SearchShot - Full Webpage Screenshot

Effortlessly take full webpage screenshot of any website! Plus search for information on our optimized Google search engine!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "SearchShot",
  "name": "SearchShot - Full Webpage Screenshot",
  "manifest_version": 2,
  "description": "Effortlessly take full webpage screenshot of any website! Plus search for information on our optimized Google search engine!",
  "version": "1.2",
  "browser_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
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ebd7a89-0b6c-494b-9974-615342258839}"
    }
  }
}