Give with Bing

Give with Bing

More than 1 million nonprofits, one easy way to give. Make a difference for free when you search with Bing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "./scripts/ping.js",
      "./background.bundle.js",
      "./qsbackground.bundle.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "is_default": true,
      "prepopulated_id": 1,
      "search_url": "https://www.bing.com/search?PC=U569&q={searchTerms}",
      "suggest_url": "{bing:baseURL}qbox?query={searchTerms}&language={language}&PC=U569&{bing:partner}{bing:cvid}{bing:ig}{google:inputType}{google:cursorPosition}{google:pageClassification}{bing:features}{bing:flights}"
    }
  },
  "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__",
  "permissions": [
    "https://*/*",
    "http://*/*",
    "storage",
    "cookies",
    "tabs",
    "alarms",
    "contextMenus",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.13",
  "web_accessible_resources": [
    "assets/*png",
    "templates/quickSearch.html"
  ]
}