Microsoft Bing Quick Search

Microsoft Bing Quick Search

Search the web faster when you download the Quick Search extension from Microsoft Bing

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "_comment_": "list scripts by order of execution",
    "scripts": [
      "./scripts/ping.js",
      "./background.bundle.js"
    ]
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_ExtnDescription__",
  "icons": {
    "16": "./assets/icon_16x16.png",
    "32": "./assets/icon_32x32.png",
    "64": "./assets/icon_64x64.png",
    "128": "./assets/icon_128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_ExtnName__",
  "options_ui": {
    "page": "templates/options.html"
  },
  "permissions": [
    "https://*/*",
    "http://*/*",
    "storage",
    "cookies",
    "tabs",
    "alarms",
    "contextMenus",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.9"
}