Microsoft Bing Homepage

Microsoft Bing Homepage

Enhance your Homepage with the beautiful Microsoft Bing daily image and trending searches

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "Logo_48.png"
  },
  "background": {
    "service_worker": "rootServiceWorker.js"
  },
  "chrome_settings_overrides": {
    "homepage": "http://www.bing.com/?pc=U343__MSG_HomePage__",
    "startup_pages": [
      "http://www.bing.com/?pc=U343__MSG_HomePage__"
    ]
  },
  "default_locale": "en",
  "description": "Enhance your Homepage with the beautiful Microsoft Bing daily image and trending searches",
  "host_permissions": [
    "http://g.ceipmsn.com/*",
    "http://*.bing.com/*",
    "https://*.bing.com/",
    "http://*.microsoft.com/*",
    "https://*.microsoft.com/*"
  ],
  "icons": {
    "16": "Logo.png",
    "48": "Logo_48.png",
    "128": "Logo_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_ExtnName__",
  "permissions": [
    "cookies",
    "management",
    "storage",
    "tabs",
    "topSites",
    "alarms"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.0.0.7",
  "web_accessible_resources": [
    {
      "resources": [
        "Logo.png"
      ],
      "matches": []
    }
  ]
}