SoundCloud Search

SoundCloud Search

SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SoundCloud Search",
  "description": "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.",
  "version": "1.0",
  "manifest_version": 2,
  "omnibox": {
    "keyword": "sc"
  },
  "icons": {
    "16": "images/cloud_16.png",
    "48": "images/cloud_48.png",
    "128": "images/cloud_128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  }
}