WebPlatform Search Companion

WebPlatform Search Companion

Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WebPlatform Search Companion",
  "version": "1.0",
  "omnibox": {
    "keyword": "wpd"
  },
  "icons": {
    "16": "logo-16.png",
    "128": "logo-128.png"
  },
  "permissions": [
    "http://docs.webplatform.org/*"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  }
}