Extensions Documentation

Extensions Documentation

Omnibox Search for extensions documentation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Extensions Documentation",
  "description": "Omnibox Search for extensions documentation",
  "version": "0.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "omnibox": {
    "keyword": "ext"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "newtab_search16.png"
    }
  },
  "icons": {
    "16": "newtab_search16.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}