Latest Wallpapers & Custom Web Search

Latest Wallpapers & Custom Web Search

Add the Latest Wallpapers & Custom Web Search extension to get free desktop wallpapers by clicking the favicon on the toolbar & enjoy Yahoo® search from your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "distJs/constants.js",
      "distJs/helper.js",
      "html/js/storageReplacer.js",
      "util.js",
      "background.js",
      "misc.js"
    ]
  },
  "name": "Latest Wallpapers & Custom Web Search",
  "short_name": "Latest Wallpapers ",
  "icons": {
    "128": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://latestwallpapers.co/*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "description": "Explore vibrant wallpapers across popular categories like nature, architecture, animals, food, and more. Easily search for wallpapers using the tool's search box and download any wallpaper with just a click.",
  "version": "1.0.0.1",
  "manifest_version": 2,
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "128": "icons/icon_black.jpg"
    },
    "default_title": "Latest Wallpapers & Custom Web Search"
  },
  "permissions": [
    "storage",
    "tabs",
    "*://latestwallpapers.co/*"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "web search by Yahoo",
      "keyword": "Latest Wallpapers & Custom Web Search",
      "favicon_url": "icons/icon.png",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=sz&hsimp=yhs-001&type=type7065967-spa-180533-180534&param1=180533&param2=180534&p={searchTerms}&grd=1",
      "suggest_url": "https://search.yahoo.com/sugg/ie?output=fxjson&command={searchTerms}&nResults=10",
      "is_default": true
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "Latest_Wallpapers___Custom_Web_Search_WwyaTdaiYV@latestwallpapers.co"
    }
  }
}