Spotify Web Search (Update)

Spotify Web Search (Update)

Add custom search engine to search the Spotify web player for a song, album, artist etc. using google

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Spotify Web Search",
  "version": "1.0",
  "description": "Add custom search engine to search the Spotify web player for a song, album, artist etc. using google",
  "icons": {
    "196": "favicon.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Spotify Web Search",
      "search_url": "https://www.google.com/search?ie=utf8&oe=utf8&q=site%3Aopen.spotify.com+{searchTerms}",
      "keyword": "spotify",
      "favicon_url": "https://open.scdn.co/static/images/favicon.png",
      "encoding": "UTF-32"
    }
  }
}