Microsoft Surface New Tab

Microsoft Surface New Tab

Stay connected with Surface with this official extension from Microsoft.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "ping.js",
      "notifications.js",
      "onMessage.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/16x16.png",
      "32": "images/32x32.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "default_locale": "en",
  "description": "__MSG_ExtensionDescription__",
  "externally_connectable": {
    "matches": [
      "https://*.msn.com/*",
      "https://*.microsoft.com/*",
      "https://*.bing.com/*"
    ]
  },
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_ExtensionName__",
  "permissions": [
    "cookies",
    "management",
    "https://*/*",
    "notifications"
  ],
  "optional_permissions": [
    "topSites"
  ],
  "short_name": "__MSG_ExtensionShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.10"
}