Bing FrontPage

Bing FrontPage

Start your day exactly how you like it by personalizing your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "./scripts/ping.js",
      "./background.bundle.js"
    ]
  },
  "chrome_settings_overrides": {
    "homepage": "https://www.bing.com/travel?FORM=TGHPNT&entrypoint=TGHPNT&PC=U597",
    "search_provider": {
      "is_default": true,
      "prepopulated_id": 3,
      "search_url": "https://www.bing.com/search?FORM=U597DF&PC=U597&q={searchTerms}",
      "suggest_url": "https://www.bing.com/osjson.aspx?FORM=U597DF&PC=U597&query={searchTerms}"
    },
    "startup_pages": [
      "https://www.bing.com/travel?FORM=TGHPNT&entrypoint=TGHPNT&PC=U597"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_ExtnDescription__",
  "icons": {
    "16": "./assets/icon_16x16.png",
    "48": "./assets/icon_48x48.png",
    "128": "./assets/icon_128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_ExtnName__",
  "permissions": [
    "https://*/*",
    "http://*/*",
    "storage",
    "cookies",
    "tabs",
    "alarms",
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.6",
  "web_accessible_resources": [
    "templates/quickSearch.html"
  ]
}