MSN New Tab

MSN New Tab

Add the MSN New Tab for quick access to the latest news, your most visited sites, web search and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "48x48.png"
  },
  "background": {
    "service_worker": "rootServiceWorker.js"
  },
  "chrome_url_overrides": {
    "newtab": "iframe_msn.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "content.scss"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*.msn.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_ExtnDescription__",
  "host_permissions": [
    "https://*.msn.com/*",
    "https://*.microsoft.com/*"
  ],
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_ExtnName__",
  "permissions": [
    "cookies",
    "storage",
    "alarms"
  ],
  "short_name": "__MSG_ExtnName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.7.0.15",
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "*.png"
      ]
    }
  ]
}