Bing Image New Tab

Bing Image New Tab

Simple new tab with beautiful bing.com daily wallpaper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "short_name": "BingTabImage",
  "default_locale": "en",
  "author": "wangzheng422",
  "homepage_url": "https://github.com/wangzheng422/chrome_newtab_wallpaper",
  "description": "__MSG_extension_desc__",
  "version": "1.3",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "icons": {
    "16": "./icon.png",
    "32": "./icon.png",
    "48": "./icon.png",
    "128": "./icon.png"
  },
  "permissions": [
    "*://*.bing.com/*"
  ],
  "background": {
    "scripts": [
      "./scripts/background.js"
    ]
  },
  "options_page": "options.html"
}