BingTab

BingTab

bing wallpaper by:xwk mail:[email protected]

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BingTab",
  "version": "0.0.5",
  "description": "bing wallpaper by:xwk mail:[email protected]",
  "manifest_version": 2,
  "permissions": [
    "https://*.bing.com/"
  ],
  "content_scripts": [],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "bingtab.html"
  },
  "page_action": {
    "default_title": "BingTab"
  },
  "web_accessible_resources": [],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "minimum_chrome_version": "21.0.1180.57"
}