Bing Pages

Bing Pages

Manage and promote your Bing Pages content with our Chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "ping.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/BingStarPage_48.png"
  },
  "default_locale": "en",
  "description": "__MSG_BingPagesDesc__",
  "externally_connectable": {
    "matches": [
      "http://.msn.com/",
      "https://.msn.com/",
      "http://.microsoft.com/",
      "https://.microsoft.com/",
      "http://.bing.com/",
      "https://.bing.com/"
    ]
  },
  "icons": {
    "16": "images/BingStarPage_16.png",
    "48": "images/BingStarPage_48.png",
    "64": "images/BingStarPage_64.png",
    "128": "images/BingStarPage_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_BingPagesTitle__",
  "permissions": [
    "cookies",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "__MSG_BingPagesTitle__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.6",
  "web_accessible_resources": [
    "images/BingStarPage_16.png"
  ]
}